Color Hex Logo

#cd489b Color Hex

#CD489B
(205,72,155)
0 Favorites   0 Comments

Color spaces of #cd489b

RGB 20572155
HSL0.900.570.54
HSV323°65°80°
CMYK 0.000.650.24   0.20
XYZ33.410619.980433.1060
Yxy19.98040.38630.2310
Hunter Lab44.699455.1958-12.6227
CIE-Lab51.815060.5669-17.5641

#cd489b color RGB value is (205,72,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01001000 10011011
Octal 315 110 233
Decimal 205 72 155
Hex CD 48 9B

RGB Percentages of Color #cd489b

%47.45
%16.67
%35.88

CMYK Percentages of Color #cd489b

%0
%65
%24
%20

Triadic Colors of #cd489b

#cd489b #9bcd48 #489bcd

Analogous Colors of #cd489b

#cd489b #cd4859 #bd48cd

Monochromatic Colors of #cd489b

#cd489b

Complementary Color

#cd489b #48cd7a

#cd489b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd489b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd489b Color CSS Codes

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

#cd489b Text Font Color

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

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


#cd489b Background Color

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

This div background color is #cd489b


#cd489b Border Color

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

This div border color is #cd489b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd489b


Comments

No comments written yet.

Please login to write comment.