Color Hex Logo

#c85cbd Color Hex

#C85CBD
(200,92,189)
0 Favorites   0 Comments

Color spaces of #c85cbd

RGB 20092189
HSL0.850.500.57
HSV306°54°78°
CMYK 0.000.540.05   0.22
XYZ36.831923.607850.7596
Yxy23.60780.33120.2123
Hunter Lab48.587950.2827-27.9286
CIE-Lab55.693055.5075-31.4692

#c85cbd color RGB value is (200,92,189).

#c85cbd hex color red value is 200, green value is 92 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c85cbd hue: 0.85 , saturation: 0.50 and the lightness value of c85cbd is 0.57.

The process color (four color CMYK) of #c85cbd color hex is 0.00, 0.54, 0.05, 0.22. Web safe color of #c85cbd is #cc66cc. Color #c85cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011100 10111101
Octal 310 134 275
Decimal 200 92 189
Hex C8 5C BD

RGB Percentages of Color #c85cbd

%41.58
%19.13
%39.29

CMYK Percentages of Color #c85cbd

%0
%54
%5
%22

Triadic Colors of #c85cbd

#c85cbd #bdc85c #5cbdc8

Analogous Colors of #c85cbd

#c85cbd #c85c87 #9d5cc8

Monochromatic Colors of #c85cbd

#c85cbd

Complementary Color

#c85cbd #5cc867

#c85cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85cbd Color CSS Codes

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

#c85cbd Text Font Color

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

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


#c85cbd Background Color

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

This div background color is #c85cbd


#c85cbd Border Color

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

This div border color is #c85cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85cbd


Comments

No comments written yet.

Please login to write comment.