Color Hex Logo

#da519a Color Hex

#DA519A
(218,81,154)
0 Favorites   0 Comments

Color spaces of #da519a

RGB 21881154
HSL0.910.650.59
HSV328°63°85°
CMYK 0.000.630.29   0.15
XYZ37.688623.123433.0487
Yxy23.12340.40150.2464
Hunter Lab48.086855.7496-7.0876
CIE-Lab55.199260.4403-11.6517

#da519a color RGB value is (218,81,154).

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

The process color (four color CMYK) of #da519a color hex is 0.00, 0.63, 0.29, 0.15. Web safe color of #da519a is #cc6699. Color #da519a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010001 10011010
Octal 332 121 232
Decimal 218 81 154
Hex DA 51 9A

RGB Percentages of Color #da519a

%48.12
%17.88
%34.00

CMYK Percentages of Color #da519a

%0
%63
%29
%15

Triadic Colors of #da519a

#da519a #9ada51 #519ada

Analogous Colors of #da519a

#da519a #da5155 #d651da

Monochromatic Colors of #da519a

#da519a

Complementary Color

#da519a #51da91

#da519a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da519a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da519a Color CSS Codes

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

#da519a Text Font Color

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

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


#da519a Background Color

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

This div background color is #da519a


#da519a Border Color

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

This div border color is #da519a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da519a


Comments

No comments written yet.

Please login to write comment.