Color Hex Logo

#c85878 Color Hex

#C85878
(200,88,120)
0 Favorites   0 Comments

Color spaces of #c85878

RGB 20088120
HSL0.950.500.56
HSV343°56°78°
CMYK 0.000.560.40   0.22
XYZ30.699320.614920.1303
Yxy20.61490.42970.2885
Hunter Lab45.403641.23505.4955
CIE-Lab52.525447.68914.2115

#c85878 color RGB value is (200,88,120).

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

The process color (four color CMYK) of #c85878 color hex is 0.00, 0.56, 0.40, 0.22. Web safe color of #c85878 is #cc6666. Color #c85878 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011000 01111000
Octal 310 130 170
Decimal 200 88 120
Hex C8 58 78

RGB Percentages of Color #c85878

%49.02
%21.57
%29.41

CMYK Percentages of Color #c85878

%0
%56
%40
%22

Triadic Colors of #c85878

#c85878 #78c858 #5878c8

Analogous Colors of #c85878

#c85878 #c87058 #c858b0

Monochromatic Colors of #c85878

#c85878

Complementary Color

#c85878 #58c8a8

#c85878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85878 Color CSS Codes

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

#c85878 Text Font Color

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

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


#c85878 Background Color

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

This div background color is #c85878


#c85878 Border Color

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

This div border color is #c85878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85878


Comments

No comments written yet.

Please login to write comment.