Color Hex Logo

#da529f Color Hex

#DA529F
(218,82,159)
0 Favorites   0 Comments

Color spaces of #da529f

RGB 21882159
HSL0.910.650.59
HSV326°62°85°
CMYK 0.000.620.27   0.15
XYZ38.188723.443235.3131
Yxy23.44320.39390.2418
Hunter Lab48.418256.0559-9.3496
CIE-Lab55.525960.6496-14.0905

#da529f color RGB value is (218,82,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010010 10011111
Octal 332 122 237
Decimal 218 82 159
Hex DA 52 9F

RGB Percentages of Color #da529f

%47.49
%17.86
%34.64

CMYK Percentages of Color #da529f

%0
%62
%27
%15

Triadic Colors of #da529f

#da529f #9fda52 #529fda

Analogous Colors of #da529f

#da529f #da525b #d152da

Monochromatic Colors of #da529f

#da529f

Complementary Color

#da529f #52da8d

#da529f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da529f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da529f Color CSS Codes

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

#da529f Text Font Color

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

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


#da529f Background Color

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

This div background color is #da529f


#da529f Border Color

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

This div border color is #da529f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da529f


Comments

No comments written yet.

Please login to write comment.