Color Hex Logo

#c85840 Color Hex

#C85840
(200,88,64)
0 Favorites   0 Comments

Color spaces of #c85840

RGB 2008864
HSL0.030.550.52
HSV11°68°78°
CMYK 0.000.560.68   0.22
XYZ28.234619.62907.1511
Yxy19.62900.51320.3568
Hunter Lab44.304636.222021.4434
CIE-Lab51.415143.036835.5403

#c85840 color RGB value is (200,88,64).

#c85840 hex color red value is 200, green value is 88 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #c85840 hue: 0.03 , saturation: 0.55 and the lightness value of c85840 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011000 01000000
Octal 310 130 100
Decimal 200 88 64
Hex C8 58 40

RGB Percentages of Color #c85840

%56.82
%25.00
%18.18

CMYK Percentages of Color #c85840

%0
%56
%68
%22

Triadic Colors of #c85840

#c85840 #40c858 #5840c8

Analogous Colors of #c85840

#c85840 #c89c40 #c8406c

Monochromatic Colors of #c85840

#c85840

Complementary Color

#c85840 #40b0c8

#c85840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c85840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c85840 Color CSS Codes

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

#c85840 Text Font Color

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

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


#c85840 Background Color

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

This div background color is #c85840


#c85840 Border Color

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

This div border color is #c85840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c85840


Comments

No comments written yet.

Please login to write comment.