Color Hex Logo

#cd489f Color Hex

#CD489F
(205,72,159)
0 Favorites   0 Comments

Color spaces of #cd489f

RGB 20572159
HSL0.890.570.54
HSV321°65°80°
CMYK 0.000.650.22   0.20
XYZ33.752220.117134.9049
Yxy20.11710.38020.2266
Hunter Lab44.852155.8341-14.7443
CIE-Lab51.969361.1004-19.6911

#cd489f color RGB value is (205,72,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01001000 10011111
Octal 315 110 237
Decimal 205 72 159
Hex CD 48 9F

RGB Percentages of Color #cd489f

%47.02
%16.51
%36.47

CMYK Percentages of Color #cd489f

%0
%65
%22
%20

Triadic Colors of #cd489f

#cd489f #9fcd48 #489fcd

Analogous Colors of #cd489f

#cd489f #cd485d #b948cd

Monochromatic Colors of #cd489f

#cd489f

Complementary Color

#cd489f #48cd76

#cd489f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd489f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd489f Color CSS Codes

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

#cd489f Text Font Color

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

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


#cd489f Background Color

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

This div background color is #cd489f


#cd489f Border Color

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

This div border color is #cd489f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd489f


Comments

No comments written yet.

Please login to write comment.