Color Hex Logo

#cd479c Color Hex

#CD479C
(205,71,156)
0 Favorites   0 Comments

Color spaces of #cd479c

RGB 20571156
HSL0.890.570.54
HSV322°65°80°
CMYK 0.000.650.24   0.20
XYZ33.430819.885933.5289
Yxy19.88590.38490.2290
Hunter Lab44.593655.7785-13.3632
CIE-Lab51.708061.0996-18.3189

#cd479c color RGB value is (205,71,156).

#cd479c hex color red value is 205, green value is 71 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cd479c hue: 0.89 , saturation: 0.57 and the lightness value of cd479c is 0.54.

The process color (four color CMYK) of #cd479c color hex is 0.00, 0.65, 0.24, 0.20. Web safe color of #cd479c is #cc3399. Color #cd479c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000111 10011100
Octal 315 107 234
Decimal 205 71 156
Hex CD 47 9C

RGB Percentages of Color #cd479c

%47.45
%16.44
%36.11

CMYK Percentages of Color #cd479c

%0
%65
%24
%20

Triadic Colors of #cd479c

#cd479c #9ccd47 #479ccd

Analogous Colors of #cd479c

#cd479c #cd4759 #bb47cd

Monochromatic Colors of #cd479c

#cd479c

Complementary Color

#cd479c #47cd78

#cd479c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd479c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd479c Color CSS Codes

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

#cd479c Text Font Color

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

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


#cd479c Background Color

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

This div background color is #cd479c


#cd479c Border Color

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

This div border color is #cd479c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,71,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 #cd479c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd479c


Comments

No comments written yet.

Please login to write comment.