Color Hex Logo

#cd179f Color Hex

#CD179F
(205,23,159)
0 Favorites   0 Comments

Color spaces of #cd179f

RGB 20523159
HSL0.880.800.45
HSV315°89°80°
CMYK 0.000.890.22   0.20
XYZ31.741216.095134.2346
Yxy16.09510.38680.1961
Hunter Lab40.118771.0183-22.5110
CIE-Lab47.099074.9167-27.2064

#cd179f color RGB value is (205,23,159).

#cd179f hex color red value is 205, green value is 23 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cd179f hue: 0.88 , saturation: 0.80 and the lightness value of cd179f is 0.45.

The process color (four color CMYK) of #cd179f color hex is 0.00, 0.89, 0.22, 0.20. Web safe color of #cd179f is #cc0099. Color #cd179f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010111 10011111
Octal 315 27 237
Decimal 205 23 159
Hex CD 17 9F

RGB Percentages of Color #cd179f

%52.97
%5.94
%41.09

CMYK Percentages of Color #cd179f

%0
%89
%22
%20

Triadic Colors of #cd179f

#cd179f #9fcd17 #179fcd

Analogous Colors of #cd179f

#cd179f #cd1744 #a017cd

Monochromatic Colors of #cd179f

#cd179f

Complementary Color

#cd179f #17cd45

#cd179f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd179f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd179f Color CSS Codes

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

#cd179f Text Font Color

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

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


#cd179f Background Color

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

This div background color is #cd179f


#cd179f Border Color

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

This div border color is #cd179f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,23,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cd179f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cd179f;
  -webkit-box-shadow: 1px 1px 3px 2px #cd179f;
  box-shadow:         1px 1px 3px 2px #cd179f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,23,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd179f


Comments

No comments written yet.

Please login to write comment.