Color Hex Logo

#da539c Color Hex

#DA539C
(218,83,156)
0 Favorites   0 Comments

Color spaces of #da539c

RGB 21883156
HSL0.910.650.59
HSV328°62°85°
CMYK 0.000.620.28   0.15
XYZ38.007423.492233.9837
Yxy23.49220.39810.2460
Hunter Lab48.468855.1528-7.6429
CIE-Lab55.575759.8502-12.2582

#da539c color RGB value is (218,83,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010011 10011100
Octal 332 123 234
Decimal 218 83 156
Hex DA 53 9C

RGB Percentages of Color #da539c

%47.70
%18.16
%34.14

CMYK Percentages of Color #da539c

%0
%62
%28
%15

Triadic Colors of #da539c

#da539c #9cda53 #539cda

Analogous Colors of #da539c

#da539c #da5359 #d553da

Monochromatic Colors of #da539c

#da539c

Complementary Color

#da539c #53da91

#da539c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da539c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da539c Color CSS Codes

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

#da539c Text Font Color

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

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


#da539c Background Color

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

This div background color is #da539c


#da539c Border Color

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

This div border color is #da539c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,83,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da539c


Comments

No comments written yet.

Please login to write comment.