Color Hex Logo

#c809cc Color Hex

#C809CC
(200,9,204)
0 Favorites   0 Comments

Color spaces of #c809cc

RGB 2009204
HSL0.830.920.42
HSV299°96°80°
CMYK 0.020.960.00   0.20
XYZ34.816216.834458.5411
Yxy16.83440.31600.1528
Hunter Lab41.029779.6659-55.8739
CIE-Lab48.050781.6733-52.1964

#c809cc color RGB value is (200,9,204).

#c809cc hex color red value is 200, green value is 9 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c809cc hue: 0.83 , saturation: 0.92 and the lightness value of c809cc is 0.42.

The process color (four color CMYK) of #c809cc color hex is 0.02, 0.96, 0.00, 0.20. Web safe color of #c809cc is #cc00cc. Color #c809cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001001 11001100
Octal 310 11 314
Decimal 200 9 204
Hex C8 9 CC

RGB Percentages of Color #c809cc

%48.43
%2.18
%49.39

CMYK Percentages of Color #c809cc

%2
%96
%0
%20

Triadic Colors of #c809cc

#c809cc #ccc809 #09ccc8

Analogous Colors of #c809cc

#c809cc #cc096f #6709cc

Monochromatic Colors of #c809cc

#c809cc

Complementary Color

#c809cc #0dcc09

#c809cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c809cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c809cc Color CSS Codes

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

#c809cc Text Font Color

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

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


#c809cc Background Color

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

This div background color is #c809cc


#c809cc Border Color

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

This div border color is #c809cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c809cc


Comments

No comments written yet.

Please login to write comment.