Color Hex Logo

#c8545c Color Hex

#C8545C
(200,84,92)
0 Favorites   0 Comments

Color spaces of #c8545c

RGB 2008492
HSL0.990.510.56
HSV356°58°78°
CMYK 0.000.580.54   0.22
XYZ28.921519.392712.3441
Yxy19.39270.47680.3197
Hunter Lab44.037140.165314.2064
CIE-Lab51.143546.891318.9674

#c8545c color RGB value is (200,84,92).

#c8545c hex color red value is 200, green value is 84 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #c8545c hue: 0.99 , saturation: 0.51 and the lightness value of c8545c is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010100 01011100
Octal 310 124 134
Decimal 200 84 92
Hex C8 54 5C

RGB Percentages of Color #c8545c

%53.19
%22.34
%24.47

CMYK Percentages of Color #c8545c

%0
%58
%54
%22

Triadic Colors of #c8545c

#c8545c #5cc854 #545cc8

Analogous Colors of #c8545c

#c8545c #c88654 #c85496

Monochromatic Colors of #c8545c

#c8545c

Complementary Color

#c8545c #54c8c0

#c8545c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8545c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8545c Color CSS Codes

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

#c8545c Text Font Color

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

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


#c8545c Background Color

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

This div background color is #c8545c


#c8545c Border Color

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

This div border color is #c8545c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8545c


Comments

No comments written yet.

Please login to write comment.