Color Hex Logo

#c85859 Color Hex

#C85859
(200,88,89)
0 Favorites   0 Comments

Color spaces of #c85859

RGB 2008889
HSL1.000.500.56
HSV359°56°78°
CMYK 0.000.560.56   0.22
XYZ29.112319.980111.7733
Yxy19.98010.47830.3283
Hunter Lab44.699138.032715.6730
CIE-Lab51.814744.736221.6402

#c85859 color RGB value is (200,88,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011000 01011001
Octal 310 130 131
Decimal 200 88 89
Hex C8 58 59

RGB Percentages of Color #c85859

%53.05
%23.34
%23.61

CMYK Percentages of Color #c85859

%0
%56
%56
%22

Triadic Colors of #c85859

#c85859 #59c858 #5859c8

Analogous Colors of #c85859

#c85859 #c88f58 #c85891

Monochromatic Colors of #c85859

#c85859

Complementary Color

#c85859 #58c8c7

#c85859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85859 Color CSS Codes

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

#c85859 Text Font Color

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

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


#c85859 Background Color

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

This div background color is #c85859


#c85859 Border Color

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

This div border color is #c85859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85859


Comments

No comments written yet.

Please login to write comment.