Color Hex Logo

#c805cb Color Hex

#C805CB
(200,5,203)
0 Favorites   0 Comments

Color spaces of #c805cb

RGB 2005203
HSL0.830.950.41
HSV299°98°80°
CMYK 0.010.980.00   0.20
XYZ34.653216.699757.8969
Yxy16.69970.31720.1529
Hunter Lab40.865379.8514-55.3949
CIE-Lab47.879481.8524-51.8930

#c805cb color RGB value is (200,5,203).

#c805cb hex color red value is 200, green value is 5 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c805cb hue: 0.83 , saturation: 0.95 and the lightness value of c805cb is 0.41.

The process color (four color CMYK) of #c805cb color hex is 0.01, 0.98, 0.00, 0.20. Web safe color of #c805cb is #cc00cc. Color #c805cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000101 11001011
Octal 310 5 313
Decimal 200 5 203
Hex C8 5 CB

RGB Percentages of Color #c805cb

%49.02
%1.23
%49.75

CMYK Percentages of Color #c805cb

%1
%98
%0
%20

Triadic Colors of #c805cb

#c805cb #cbc805 #05cbc8

Analogous Colors of #c805cb

#c805cb #cb056b #6505cb

Monochromatic Colors of #c805cb

#c805cb

Complementary Color

#c805cb #08cb05

#c805cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c805cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c805cb Color CSS Codes

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

#c805cb Text Font Color

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

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


#c805cb Background Color

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

This div background color is #c805cb


#c805cb Border Color

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

This div border color is #c805cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,5,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 #c805cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c805cb


Comments

No comments written yet.

Please login to write comment.