Color Hex Logo

#d9529f Color Hex

#D9529F
(217,82,159)
0 Favorites   0 Comments

Color spaces of #d9529f

RGB 21782159
HSL0.900.640.59
HSV326°62°85°
CMYK 0.000.620.27   0.15
XYZ37.890623.289535.2992
Yxy23.28950.39270.2414
Hunter Lab48.259255.6953-9.5862
CIE-Lab55.369360.3623-14.3426

#d9529f color RGB value is (217,82,159).

#d9529f hex color red value is 217, green value is 82 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #d9529f hue: 0.90 , saturation: 0.64 and the lightness value of d9529f is 0.59.

The process color (four color CMYK) of #d9529f color hex is 0.00, 0.62, 0.27, 0.15. Web safe color of #d9529f is #cc6699. Color #d9529f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010010 10011111
Octal 331 122 237
Decimal 217 82 159
Hex D9 52 9F

RGB Percentages of Color #d9529f

%47.38
%17.90
%34.72

CMYK Percentages of Color #d9529f

%0
%62
%27
%15

Triadic Colors of #d9529f

#d9529f #9fd952 #529fd9

Analogous Colors of #d9529f

#d9529f #d9525b #d052d9

Monochromatic Colors of #d9529f

#d9529f

Complementary Color

#d9529f #52d98c

#d9529f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9529f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9529f Color CSS Codes

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

#d9529f Text Font Color

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

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


#d9529f Background Color

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

This div background color is #d9529f


#d9529f Border Color

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

This div border color is #d9529f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9529f


Comments

No comments written yet.

Please login to write comment.