Color Hex Logo

#cd177e Color Hex

#CD177E
(205,23,126)
0 Favorites   0 Comments

Color spaces of #cd177e

RGB 20523126
HSL0.910.800.45
HSV326°89°80°
CMYK 0.000.890.39   0.20
XYZ29.249115.098321.1113
Yxy15.09830.44680.2307
Hunter Lab38.856566.3662-5.0135
CIE-Lab45.768571.3244-9.2598

#cd177e color RGB value is (205,23,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010111 01111110
Octal 315 27 176
Decimal 205 23 126
Hex CD 17 7E

RGB Percentages of Color #cd177e

%57.91
%6.50
%35.59

CMYK Percentages of Color #cd177e

%0
%89
%39
%20

Triadic Colors of #cd177e

#cd177e #7ecd17 #177ecd

Analogous Colors of #cd177e

#cd177e #cd1723 #c117cd

Monochromatic Colors of #cd177e

#cd177e

Complementary Color

#cd177e #17cd66

#cd177e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd177e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd177e Color CSS Codes

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

#cd177e Text Font Color

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

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


#cd177e Background Color

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

This div background color is #cd177e


#cd177e Border Color

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

This div border color is #cd177e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd177e


Comments

No comments written yet.

Please login to write comment.