Color Hex Logo

#c009ff Color Hex

#C009FF
(192,9,255)
0 Favorites   0 Comments

Color spaces of #c009ff

RGB 1929255
HSL0.791.000.52
HSV285°96°100°
CMYK 0.250.960.00   0.00
XYZ39.885918.621896.0999
Yxy18.62180.25800.1204
Hunter Lab43.153089.4682-101.8293
CIE-Lab50.241888.8129-77.6353

#c009ff color RGB value is (192,9,255).

#c009ff hex color red value is 192, green value is 9 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c009ff hue: 0.79 , saturation: 1.00 and the lightness value of c009ff is 0.52.

The process color (four color CMYK) of #c009ff color hex is 0.25, 0.96, 0.00, 0.00. Web safe color of #c009ff is #cc00ff. Color #c009ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001001 11111111
Octal 300 11 377
Decimal 192 9 255
Hex C0 9 FF

RGB Percentages of Color #c009ff

%42.11
%1.97
%55.92

CMYK Percentages of Color #c009ff

%25
%96
%0
%0

Triadic Colors of #c009ff

#c009ff #ffc009 #09ffc0

Analogous Colors of #c009ff

#c009ff #ff09c3 #4509ff

Monochromatic Colors of #c009ff

#c009ff

Complementary Color

#c009ff #48ff09

#c009ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c009ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c009ff Color CSS Codes

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

#c009ff Text Font Color

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

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


#c009ff Background Color

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

This div background color is #c009ff


#c009ff Border Color

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

This div border color is #c009ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,9,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c009ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c009ff;
  -webkit-box-shadow: 1px 1px 3px 2px #c009ff;
  box-shadow:         1px 1px 3px 2px #c009ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c009ff

Related Colors


Comments

No comments written yet.

Please login to write comment.