Color Hex Logo

#8f09cb Color Hex

#8F09CB
(143,9,203)
0 Favorites   0 Comments

Color spaces of #8f09cb

RGB 1439203
HSL0.780.920.42
HSV281°96°80°
CMYK 0.300.960.00   0.20
XYZ22.204910.346857.3267
Yxy10.34680.24710.1151
Hunter Lab32.166466.9295-83.1495
CIE-Lab38.457873.2134-67.6035

#8f09cb color RGB value is (143,9,203).

#8f09cb hex color red value is 143, green value is 9 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8f09cb hue: 0.78 , saturation: 0.92 and the lightness value of 8f09cb is 0.42.

The process color (four color CMYK) of #8f09cb color hex is 0.30, 0.96, 0.00, 0.20. Web safe color of #8f09cb is #9900cc. Color #8f09cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00001001 11001011
Octal 217 11 313
Decimal 143 9 203
Hex 8F 9 CB

RGB Percentages of Color #8f09cb

%40.28
%2.54
%57.18

CMYK Percentages of Color #8f09cb

%30
%96
%0
%20

Triadic Colors of #8f09cb

#8f09cb #cb8f09 #09cb8f

Analogous Colors of #8f09cb

#8f09cb #cb09a6 #2e09cb

Monochromatic Colors of #8f09cb

#8f09cb

Complementary Color

#8f09cb #45cb09

#8f09cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f09cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f09cb Color CSS Codes

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

#8f09cb Text Font Color

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

This sample text font color is #8f09cb
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.


#8f09cb Background Color

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

This div background color is #8f09cb


#8f09cb Border Color

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

This div border color is #8f09cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,9,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8f09cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8f09cb;
  -webkit-box-shadow: 1px 1px 3px 2px #8f09cb;
  box-shadow:         1px 1px 3px 2px #8f09cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,9,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f09cb


Comments

No comments written yet.

Please login to write comment.