Color Hex Logo

#cd487b Color Hex

#CD487B
(205,72,123)
0 Favorites   0 Comments

Color spaces of #cd487b

RGB 20572123
HSL0.940.570.54
HSV337°65°80°
CMYK 0.000.650.40   0.20
XYZ31.069419.043920.7772
Yxy19.04390.43830.2686
Hunter Lab43.639350.71592.3188
CIE-Lab50.738556.7643-0.0770

#cd487b color RGB value is (205,72,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01001000 01111011
Octal 315 110 173
Decimal 205 72 123
Hex CD 48 7B

RGB Percentages of Color #cd487b

%51.25
%18.00
%30.75

CMYK Percentages of Color #cd487b

%0
%65
%40
%20

Triadic Colors of #cd487b

#cd487b #7bcd48 #487bcd

Analogous Colors of #cd487b

#cd487b #cd5748 #cd48be

Monochromatic Colors of #cd487b

#cd487b

Complementary Color

#cd487b #48cd9a

#cd487b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd487b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd487b Color CSS Codes

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

#cd487b Text Font Color

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

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


#cd487b Background Color

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

This div background color is #cd487b


#cd487b Border Color

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

This div border color is #cd487b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd487b


Comments

No comments written yet.

Please login to write comment.