Color Hex Logo

#cd517a Color Hex

#CD517A
(205,81,122)
0 Favorites   0 Comments

Color spaces of #cd517a

RGB 20581122
HSL0.940.550.56
HSV340°60°80°
CMYK 0.000.600.40   0.20
XYZ31.632120.269120.6575
Yxy20.26910.43600.2793
Hunter Lab45.021246.62774.3103
CIE-Lab52.140152.79002.5611

#cd517a color RGB value is (205,81,122).

#cd517a hex color red value is 205, green value is 81 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cd517a hue: 0.94 , saturation: 0.55 and the lightness value of cd517a is 0.56.

The process color (four color CMYK) of #cd517a color hex is 0.00, 0.60, 0.40, 0.20. Web safe color of #cd517a is #cc6666. Color #cd517a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010001 01111010
Octal 315 121 172
Decimal 205 81 122
Hex CD 51 7A

RGB Percentages of Color #cd517a

%50.25
%19.85
%29.90

CMYK Percentages of Color #cd517a

%0
%60
%40
%20

Triadic Colors of #cd517a

#cd517a #7acd51 #517acd

Analogous Colors of #cd517a

#cd517a #cd6651 #cd51b8

Monochromatic Colors of #cd517a

#cd517a

Complementary Color

#cd517a #51cda4

#cd517a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd517a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd517a Color CSS Codes

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

#cd517a Text Font Color

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

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


#cd517a Background Color

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

This div background color is #cd517a


#cd517a Border Color

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

This div border color is #cd517a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd517a


Comments

No comments written yet.

Please login to write comment.