Color Hex Logo

#b075ea Color Hex

#B075EA
(176,117,234)
0 Favorites   0 Comments

Color spaces of #b075ea

RGB 176117234
HSL0.750.740.69
HSV270°50°92°
CMYK 0.250.500.00   0.08
XYZ39.117127.893281.1641
Yxy27.89320.26400.1882
Hunter Lab52.814039.7829-54.1465
CIE-Lab59.792145.2268-50.6657

#b075ea color RGB value is (176,117,234).

#b075ea hex color red value is 176, green value is 117 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b075ea hue: 0.75 , saturation: 0.74 and the lightness value of b075ea is 0.69.

The process color (four color CMYK) of #b075ea color hex is 0.25, 0.50, 0.00, 0.08. Web safe color of #b075ea is #9966ff. Color #b075ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110101 11101010
Octal 260 165 352
Decimal 176 117 234
Hex B0 75 EA

RGB Percentages of Color #b075ea

%33.40
%22.20
%44.40

CMYK Percentages of Color #b075ea

%25
%50
%0
%8

Triadic Colors of #b075ea

#b075ea #eab075 #75eab0

Analogous Colors of #b075ea

#b075ea #ea75ea #7675ea

Monochromatic Colors of #b075ea

#b075ea

Complementary Color

#b075ea #afea75

#b075ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b075ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b075ea Color CSS Codes

.mybgcolor {background-color:#b075ea; } 
.myforecolor {color:#b075ea; }
.mybordercolor {border:3px solid #b075ea; }

#b075ea Text Font Color

<p style="color:#b075ea">Text here</p>

This sample text font color is #b075ea
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b075ea Background Color

<div style="background-color:#b075ea">
Div content here</div>

This div background color is #b075ea


#b075ea Border Color

<div style="border:3px solid #b075ea">
Div here</div>

This div border color is #b075ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,117,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b075ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b075ea;
  -webkit-box-shadow: 1px 1px 3px 2px #b075ea;
  box-shadow:         1px 1px 3px 2px #b075ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,117,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b075ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b075ea;
  -webkit-box-shadow: 1px 1px 3px 2px #b075ea;
  box-shadow:         1px 1px 3px 2px #b075ea;">
Div content here</div>

This div box has shadow with color #b075ea


Comments

No comments written yet.

Please login to write comment.