Color Hex Logo

#c9567c Color Hex

#C9567C
(201,86,124)
0 Favorites   0 Comments

Color spaces of #c9567c

RGB 20186124
HSL0.940.520.56
HSV340°57°79°
CMYK 0.000.570.38   0.21
XYZ31.053320.528321.3945
Yxy20.52830.42550.2813
Hunter Lab45.308243.05103.7190
CIE-Lab52.429349.41691.7090

#c9567c color RGB value is (201,86,124).

#c9567c hex color red value is 201, green value is 86 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #c9567c hue: 0.94 , saturation: 0.52 and the lightness value of c9567c is 0.56.

The process color (four color CMYK) of #c9567c color hex is 0.00, 0.57, 0.38, 0.21. Web safe color of #c9567c is #cc6666. Color #c9567c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010110 01111100
Octal 311 126 174
Decimal 201 86 124
Hex C9 56 7C

RGB Percentages of Color #c9567c

%48.91
%20.92
%30.17

CMYK Percentages of Color #c9567c

%0
%57
%38
%21

Triadic Colors of #c9567c

#c9567c #7cc956 #567cc9

Analogous Colors of #c9567c

#c9567c #c96a56 #c956b6

Monochromatic Colors of #c9567c

#c9567c

Complementary Color

#c9567c #56c9a3

#c9567c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9567c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9567c Color CSS Codes

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

#c9567c Text Font Color

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

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


#c9567c Background Color

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

This div background color is #c9567c


#c9567c Border Color

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

This div border color is #c9567c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,86,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c9567c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c9567c;
  -webkit-box-shadow: 1px 1px 3px 2px #c9567c;
  box-shadow:         1px 1px 3px 2px #c9567c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,86,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9567c


Comments

No comments written yet.

Please login to write comment.