Color Hex Logo

#c8556b Color Hex

#C8556B
(200,85,107)
0 Favorites   0 Comments

Color spaces of #c8556b

RGB 20085107
HSL0.970.510.56
HSV349°58°78°
CMYK 0.000.580.47   0.22
XYZ29.721819.837916.1725
Yxy19.83790.45220.3018
Hunter Lab44.539841.17029.6495
CIE-Lab51.653447.767210.7260

#c8556b color RGB value is (200,85,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010101 01101011
Octal 310 125 153
Decimal 200 85 107
Hex C8 55 6B

RGB Percentages of Color #c8556b

%51.02
%21.68
%27.30

CMYK Percentages of Color #c8556b

%0
%58
%47
%22

Triadic Colors of #c8556b

#c8556b #6bc855 #556bc8

Analogous Colors of #c8556b

#c8556b #c87955 #c855a5

Monochromatic Colors of #c8556b

#c8556b

Complementary Color

#c8556b #55c8b2

#c8556b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8556b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8556b Color CSS Codes

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

#c8556b Text Font Color

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

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


#c8556b Background Color

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

This div background color is #c8556b


#c8556b Border Color

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

This div border color is #c8556b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8556b


Comments

No comments written yet.

Please login to write comment.