Color Hex Logo

#cd489e Color Hex

#CD489E
(205,72,158)
0 Favorites   0 Comments

Color spaces of #cd489e

RGB 20572158
HSL0.890.570.54
HSV321°65°80°
CMYK 0.000.650.23   0.20
XYZ33.665820.082534.4497
Yxy20.08250.38170.2277
Hunter Lab44.813555.6731-14.2088
CIE-Lab51.930460.9661-19.1607

#cd489e color RGB value is (205,72,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01001000 10011110
Octal 315 110 236
Decimal 205 72 158
Hex CD 48 9E

RGB Percentages of Color #cd489e

%47.13
%16.55
%36.32

CMYK Percentages of Color #cd489e

%0
%65
%23
%20

Triadic Colors of #cd489e

#cd489e #9ecd48 #489ecd

Analogous Colors of #cd489e

#cd489e #cd485c #ba48cd

Monochromatic Colors of #cd489e

#cd489e

Complementary Color

#cd489e #48cd77

#cd489e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd489e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd489e Color CSS Codes

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

#cd489e Text Font Color

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

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


#cd489e Background Color

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

This div background color is #cd489e


#cd489e Border Color

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

This div border color is #cd489e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd489e


Comments

No comments written yet.

Please login to write comment.