Color Hex Logo

#cd487a Color Hex

#CD487A
(205,72,122)
0 Favorites   0 Comments

Color spaces of #cd487a

RGB 20572122
HSL0.940.570.54
HSV337°65°80°
CMYK 0.000.650.40   0.20
XYZ31.007119.019020.4491
Yxy19.01900.44000.2699
Hunter Lab43.610850.59402.7265
CIE-Lab50.709456.65940.4822

#cd487a color RGB value is (205,72,122).

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

The process color (four color CMYK) of #cd487a color hex is 0.00, 0.65, 0.40, 0.20. Web safe color of #cd487a is #cc3366. Color #cd487a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01001000 01111010
Octal 315 110 172
Decimal 205 72 122
Hex CD 48 7A

RGB Percentages of Color #cd487a

%51.38
%18.05
%30.58

CMYK Percentages of Color #cd487a

%0
%65
%40
%20

Triadic Colors of #cd487a

#cd487a #7acd48 #487acd

Analogous Colors of #cd487a

#cd487a #cd5948 #cd48bd

Monochromatic Colors of #cd487a

#cd487a

Complementary Color

#cd487a #48cd9b

#cd487a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd487a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd487a Color CSS Codes

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

#cd487a Text Font Color

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

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


#cd487a Background Color

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

This div background color is #cd487a


#cd487a Border Color

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

This div border color is #cd487a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd487a


Comments

No comments written yet.

Please login to write comment.