Color Hex Logo

#c9589c Color Hex

#C9589C
(201,88,156)
0 Favorites   0 Comments

Color spaces of #c9589c

RGB 20188156
HSL0.900.510.57
HSV324°56°79°
CMYK 0.000.560.22   0.21
XYZ33.577921.797333.8900
Yxy21.79730.37620.2442
Hunter Lab46.687646.6747-10.3567
CIE-Lab53.811352.5505-15.1756

#c9589c color RGB value is (201,88,156).

#c9589c hex color red value is 201, green value is 88 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #c9589c hue: 0.90 , saturation: 0.51 and the lightness value of c9589c is 0.57.

The process color (four color CMYK) of #c9589c color hex is 0.00, 0.56, 0.22, 0.21. Web safe color of #c9589c is #cc6699. Color #c9589c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011000 10011100
Octal 311 130 234
Decimal 201 88 156
Hex C9 58 9C

RGB Percentages of Color #c9589c

%45.17
%19.78
%35.06

CMYK Percentages of Color #c9589c

%0
%56
%22
%21

Triadic Colors of #c9589c

#c9589c #9cc958 #589cc9

Analogous Colors of #c9589c

#c9589c #c95864 #be58c9

Monochromatic Colors of #c9589c

#c9589c

Complementary Color

#c9589c #58c985

#c9589c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9589c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9589c Color CSS Codes

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

#c9589c Text Font Color

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

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


#c9589c Background Color

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

This div background color is #c9589c


#c9589c Border Color

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

This div border color is #c9589c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9589c


Comments

No comments written yet.

Please login to write comment.