Color Hex Logo

#cd129f Color Hex

#CD129F
(205,18,159)
0 Favorites   0 Comments

Color spaces of #cd129f

RGB 20518159
HSL0.870.840.44
HSV315°91°80°
CMYK 0.000.910.22   0.20
XYZ31.651215.915034.2046
Yxy15.91500.38710.1946
Hunter Lab39.893671.8063-22.9095
CIE-Lab46.862875.6068-27.5739

#cd129f color RGB value is (205,18,159).

#cd129f hex color red value is 205, green value is 18 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cd129f hue: 0.87 , saturation: 0.84 and the lightness value of cd129f is 0.44.

The process color (four color CMYK) of #cd129f color hex is 0.00, 0.91, 0.22, 0.20. Web safe color of #cd129f is #cc0099. Color #cd129f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010010 10011111
Octal 315 22 237
Decimal 205 18 159
Hex CD 12 9F

RGB Percentages of Color #cd129f

%53.66
%4.71
%41.62

CMYK Percentages of Color #cd129f

%0
%91
%22
%20

Triadic Colors of #cd129f

#cd129f #9fcd12 #129fcd

Analogous Colors of #cd129f

#cd129f #cd1242 #9e12cd

Monochromatic Colors of #cd129f

#cd129f

Complementary Color

#cd129f #12cd40

#cd129f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd129f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd129f Color CSS Codes

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

#cd129f Text Font Color

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

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


#cd129f Background Color

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

This div background color is #cd129f


#cd129f Border Color

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

This div border color is #cd129f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd129f


Comments

No comments written yet.

Please login to write comment.