Color Hex Logo

#c85885 Color Hex

#C85885
(200,88,133)
0 Favorites   0 Comments

Color spaces of #c85885

RGB 20088133
HSL0.930.500.56
HSV336°56°78°
CMYK 0.000.560.34   0.22
XYZ31.542820.952324.5720
Yxy20.95230.40930.2719
Hunter Lab45.773742.90100.2138
CIE-Lab52.897349.2000-2.9769

#c85885 color RGB value is (200,88,133).

#c85885 hex color red value is 200, green value is 88 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #c85885 hue: 0.93 , saturation: 0.50 and the lightness value of c85885 is 0.56.

The process color (four color CMYK) of #c85885 color hex is 0.00, 0.56, 0.34, 0.22. Web safe color of #c85885 is #cc6699. Color #c85885 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011000 10000101
Octal 310 130 205
Decimal 200 88 133
Hex C8 58 85

RGB Percentages of Color #c85885

%47.51
%20.90
%31.59

CMYK Percentages of Color #c85885

%0
%56
%34
%22

Triadic Colors of #c85885

#c85885 #85c858 #5885c8

Analogous Colors of #c85885

#c85885 #c86358 #c858bd

Monochromatic Colors of #c85885

#c85885

Complementary Color

#c85885 #58c89b

#c85885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85885 Color CSS Codes

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

#c85885 Text Font Color

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

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


#c85885 Background Color

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

This div background color is #c85885


#c85885 Border Color

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

This div border color is #c85885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85885


Comments

No comments written yet.

Please login to write comment.