Color Hex Logo

#cd499f Color Hex

#CD499F
(205,73,159)
0 Favorites   0 Comments

Color spaces of #cd499f

RGB 20573159
HSL0.890.570.55
HSV321°64°80°
CMYK 0.000.640.22   0.20
XYZ33.817420.247434.9267
Yxy20.24740.38000.2275
Hunter Lab44.997155.4060-14.5228
CIE-Lab52.115860.6970-19.4671

#cd499f color RGB value is (205,73,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01001001 10011111
Octal 315 111 237
Decimal 205 73 159
Hex CD 49 9F

RGB Percentages of Color #cd499f

%46.91
%16.70
%36.38

CMYK Percentages of Color #cd499f

%0
%64
%22
%20

Triadic Colors of #cd499f

#cd499f #9fcd49 #499fcd

Analogous Colors of #cd499f

#cd499f #cd495d #b949cd

Monochromatic Colors of #cd499f

#cd499f

Complementary Color

#cd499f #49cd77

#cd499f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd499f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd499f Color CSS Codes

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

#cd499f Text Font Color

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

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


#cd499f Background Color

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

This div background color is #cd499f


#cd499f Border Color

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

This div border color is #cd499f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd499f


Comments

No comments written yet.

Please login to write comment.