Color Hex Logo

#c8546a Color Hex

#C8546A
(200,84,106)
0 Favorites   0 Comments

Color spaces of #c8546a

RGB 20084106
HSL0.970.510.56
HSV349°58°78°
CMYK 0.000.580.47   0.22
XYZ29.591319.660615.8709
Yxy19.66060.45440.3019
Hunter Lab44.340341.52989.8163
CIE-Lab51.451348.141111.0401

#c8546a color RGB value is (200,84,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010100 01101010
Octal 310 124 152
Decimal 200 84 106
Hex C8 54 6A

RGB Percentages of Color #c8546a

%51.28
%21.54
%27.18

CMYK Percentages of Color #c8546a

%0
%58
%47
%22

Triadic Colors of #c8546a

#c8546a #6ac854 #546ac8

Analogous Colors of #c8546a

#c8546a #c87854 #c854a4

Monochromatic Colors of #c8546a

#c8546a

Complementary Color

#c8546a #54c8b2

#c8546a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8546a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8546a Color CSS Codes

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

#c8546a Text Font Color

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

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


#c8546a Background Color

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

This div background color is #c8546a


#c8546a Border Color

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

This div border color is #c8546a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8546a


Comments

No comments written yet.

Please login to write comment.