Color Hex Logo

#cd649a Color Hex

#CD649A
(205,100,154)
0 Favorites   0 Comments

Color spaces of #cd649a

RGB 205100154
HSL0.910.510.60
HSV329°51°80°
CMYK 0.000.510.25   0.20
XYZ35.566724.426633.4121
Yxy24.42660.38080.2615
Hunter Lab49.423341.9641-5.4861
CIE-Lab56.512447.7527-9.8784

#cd649a color RGB value is (205,100,154).

#cd649a hex color red value is 205, green value is 100 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #cd649a hue: 0.91 , saturation: 0.51 and the lightness value of cd649a is 0.60.

The process color (four color CMYK) of #cd649a color hex is 0.00, 0.51, 0.25, 0.20. Web safe color of #cd649a is #cc6699. Color #cd649a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01100100 10011010
Octal 315 144 232
Decimal 205 100 154
Hex CD 64 9A

RGB Percentages of Color #cd649a

%44.66
%21.79
%33.55

CMYK Percentages of Color #cd649a

%0
%51
%25
%20

Triadic Colors of #cd649a

#cd649a #9acd64 #649acd

Analogous Colors of #cd649a

#cd649a #cd6466 #cc64cd

Monochromatic Colors of #cd649a

#cd649a

Complementary Color

#cd649a #64cd97

#cd649a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd649a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd649a Color CSS Codes

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

#cd649a Text Font Color

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

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


#cd649a Background Color

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

This div background color is #cd649a


#cd649a Border Color

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

This div border color is #cd649a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd649a


Comments

No comments written yet.

Please login to write comment.