Color Hex Logo

#cd479a Color Hex

#CD479A
(205,71,154)
0 Favorites   0 Comments

Color spaces of #cd479a

RGB 20571154
HSL0.900.570.54
HSV323°65°80°
CMYK 0.000.650.25   0.20
XYZ33.262819.818732.6441
Yxy19.81870.38800.2312
Hunter Lab44.518255.4635-12.3132
CIE-Lab51.631660.8365-17.2519

#cd479a color RGB value is (205,71,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000111 10011010
Octal 315 107 232
Decimal 205 71 154
Hex CD 47 9A

RGB Percentages of Color #cd479a

%47.67
%16.51
%35.81

CMYK Percentages of Color #cd479a

%0
%65
%25
%20

Triadic Colors of #cd479a

#cd479a #9acd47 #479acd

Analogous Colors of #cd479a

#cd479a #cd4757 #bd47cd

Monochromatic Colors of #cd479a

#cd479a

Complementary Color

#cd479a #47cd7a

#cd479a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd479a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd479a Color CSS Codes

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

#cd479a Text Font Color

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

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


#cd479a Background Color

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

This div background color is #cd479a


#cd479a Border Color

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

This div border color is #cd479a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd479a


Comments

No comments written yet.

Please login to write comment.