Color Hex Logo

#9008cf Color Hex

#9008CF
(144,8,207)
0 Favorites   0 Comments

Color spaces of #9008cf

RGB 1448207
HSL0.780.930.42
HSV281°96°81°
CMYK 0.300.960.00   0.19
XYZ22.850910.608059.8746
Yxy10.60800.24480.1137
Hunter Lab32.569968.2374-86.1962
CIE-Lab38.912274.2124-69.1779

#9008cf color RGB value is (144,8,207).

#9008cf hex color red value is 144, green value is 8 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9008cf hue: 0.78 , saturation: 0.93 and the lightness value of 9008cf is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 00001000 11001111
Octal 220 10 317
Decimal 144 8 207
Hex 90 8 CF

RGB Percentages of Color #9008cf

%40.11
%2.23
%57.66

CMYK Percentages of Color #9008cf

%30
%96
%0
%19

Triadic Colors of #9008cf

#9008cf #cf9008 #08cf90

Analogous Colors of #9008cf

#9008cf #cf08ab #2d08cf

Monochromatic Colors of #9008cf

#9008cf

Complementary Color

#9008cf #47cf08

#9008cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9008cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9008cf Color CSS Codes

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

#9008cf Text Font Color

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

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


#9008cf Background Color

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

This div background color is #9008cf


#9008cf Border Color

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

This div border color is #9008cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,8,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9008cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9008cf;
  -webkit-box-shadow: 1px 1px 3px 2px #9008cf;
  box-shadow:         1px 1px 3px 2px #9008cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,8,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9008cf


Comments

No comments written yet.

Please login to write comment.