Color Hex Logo

#cd229f Color Hex

#CD229F
(205,34,159)
0 Favorites   0 Comments

Color spaces of #cd229f

RGB 20534159
HSL0.880.720.47
HSV316°83°80°
CMYK 0.000.830.22   0.20
XYZ32.006916.626434.3232
Yxy16.62640.38580.2004
Hunter Lab40.775568.7573-21.3652
CIE-Lab47.785872.9216-26.1394

#cd229f color RGB value is (205,34,159).

#cd229f hex color red value is 205, green value is 34 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cd229f hue: 0.88 , saturation: 0.72 and the lightness value of cd229f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00100010 10011111
Octal 315 42 237
Decimal 205 34 159
Hex CD 22 9F

RGB Percentages of Color #cd229f

%51.51
%8.54
%39.95

CMYK Percentages of Color #cd229f

%0
%83
%22
%20

Triadic Colors of #cd229f

#cd229f #9fcd22 #229fcd

Analogous Colors of #cd229f

#cd229f #cd2249 #a622cd

Monochromatic Colors of #cd229f

#cd229f

Complementary Color

#cd229f #22cd50

#cd229f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd229f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd229f Color CSS Codes

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

#cd229f Text Font Color

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

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


#cd229f Background Color

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

This div background color is #cd229f


#cd229f Border Color

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

This div border color is #cd229f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd229f


Comments

No comments written yet.

Please login to write comment.