Color Hex Logo

#cd479b Color Hex

#CD479B
(205,71,155)
0 Favorites   0 Comments

Color spaces of #cd479b

RGB 20571155
HSL0.900.570.54
HSV322°65°80°
CMYK 0.000.650.24   0.20
XYZ33.346519.852233.0846
Yxy19.85220.38650.2301
Hunter Lab44.555855.6205-12.8363
CIE-Lab51.669760.9676-17.7857

#cd479b color RGB value is (205,71,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000111 10011011
Octal 315 107 233
Decimal 205 71 155
Hex CD 47 9B

RGB Percentages of Color #cd479b

%47.56
%16.47
%35.96

CMYK Percentages of Color #cd479b

%0
%65
%24
%20

Triadic Colors of #cd479b

#cd479b #9bcd47 #479bcd

Analogous Colors of #cd479b

#cd479b #cd4758 #bc47cd

Monochromatic Colors of #cd479b

#cd479b

Complementary Color

#cd479b #47cd79

#cd479b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd479b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd479b Color CSS Codes

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

#cd479b Text Font Color

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

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


#cd479b Background Color

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

This div background color is #cd479b


#cd479b Border Color

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

This div border color is #cd479b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd479b


Comments

No comments written yet.

Please login to write comment.