Color Hex Logo

#cd1479 Color Hex

#CD1479
(205,20,121)
0 Favorites   0 Comments

Color spaces of #cd1479

RGB 20520121
HSL0.910.820.44
HSV327°90°80°
CMYK 0.000.900.41   0.20
XYZ28.878214.859919.4354
Yxy14.85990.45710.2352
Hunter Lab38.548566.2613-2.9088
CIE-Lab45.441771.3002-6.6754

#cd1479 color RGB value is (205,20,121).

#cd1479 hex color red value is 205, green value is 20 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #cd1479 hue: 0.91 , saturation: 0.82 and the lightness value of cd1479 is 0.44.

The process color (four color CMYK) of #cd1479 color hex is 0.00, 0.90, 0.41, 0.20. Web safe color of #cd1479 is #cc0066. Color #cd1479 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010100 01111001
Octal 315 24 171
Decimal 205 20 121
Hex CD 14 79

RGB Percentages of Color #cd1479

%59.25
%5.78
%34.97

CMYK Percentages of Color #cd1479

%0
%90
%41
%20

Triadic Colors of #cd1479

#cd1479 #79cd14 #1479cd

Analogous Colors of #cd1479

#cd1479 #cd141c #c514cd

Monochromatic Colors of #cd1479

#cd1479

Complementary Color

#cd1479 #14cd68

#cd1479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd1479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd1479 Color CSS Codes

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

#cd1479 Text Font Color

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

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


#cd1479 Background Color

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

This div background color is #cd1479


#cd1479 Border Color

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

This div border color is #cd1479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd1479


Comments

No comments written yet.

Please login to write comment.