Color Hex Logo

#da519b Color Hex

#DA519B
(218,81,155)
0 Favorites   0 Comments

Color spaces of #da519b

RGB 21881155
HSL0.910.650.59
HSV328°63°85°
CMYK 0.000.630.29   0.15
XYZ37.772323.156833.4892
Yxy23.15680.40010.2453
Hunter Lab48.121555.8984-7.5766
CIE-Lab55.233560.5644-12.1871

#da519b color RGB value is (218,81,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010001 10011011
Octal 332 121 233
Decimal 218 81 155
Hex DA 51 9B

RGB Percentages of Color #da519b

%48.02
%17.84
%34.14

CMYK Percentages of Color #da519b

%0
%63
%29
%15

Triadic Colors of #da519b

#da519b #9bda51 #519bda

Analogous Colors of #da519b

#da519b #da5157 #d551da

Monochromatic Colors of #da519b

#da519b

Complementary Color

#da519b #51da90

#da519b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da519b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da519b Color CSS Codes

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

#da519b Text Font Color

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

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


#da519b Background Color

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

This div background color is #da519b


#da519b Border Color

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

This div border color is #da519b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da519b


Comments

No comments written yet.

Please login to write comment.