Color Hex Logo

#cd177a Color Hex

#CD177A
(205,23,122)
0 Favorites   0 Comments

Color spaces of #cd177a

RGB 20523122
HSL0.910.800.45
HSV327°89°80°
CMYK 0.000.890.40   0.20
XYZ28.996114.997119.7788
Yxy14.99710.45470.2352
Hunter Lab38.726165.8809-3.1733
CIE-Lab45.630270.9444-7.0097

#cd177a color RGB value is (205,23,122).

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

The process color (four color CMYK) of #cd177a color hex is 0.00, 0.89, 0.40, 0.20. Web safe color of #cd177a is #cc0066. Color #cd177a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010111 01111010
Octal 315 27 172
Decimal 205 23 122
Hex CD 17 7A

RGB Percentages of Color #cd177a

%58.57
%6.57
%34.86

CMYK Percentages of Color #cd177a

%0
%89
%40
%20

Triadic Colors of #cd177a

#cd177a #7acd17 #177acd

Analogous Colors of #cd177a

#cd177a #cd171f #c517cd

Monochromatic Colors of #cd177a

#cd177a

Complementary Color

#cd177a #17cd6a

#cd177a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd177a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd177a Color CSS Codes

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

#cd177a Text Font Color

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

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


#cd177a Background Color

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

This div background color is #cd177a


#cd177a Border Color

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

This div border color is #cd177a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd177a


Comments

No comments written yet.

Please login to write comment.