Color Hex Logo

#da51aa Color Hex

#DA51AA
(218,81,170)
0 Favorites   0 Comments

Color spaces of #da51aa

RGB 21881170
HSL0.890.650.59
HSV321°63°85°
CMYK 0.000.630.22   0.15
XYZ39.111623.692640.5419
Yxy23.69260.37850.2293
Hunter Lab48.675058.2478-15.3107
CIE-Lab55.778762.5087-20.1272

#da51aa color RGB value is (218,81,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010001 10101010
Octal 332 121 252
Decimal 218 81 170
Hex DA 51 AA

RGB Percentages of Color #da51aa

%46.48
%17.27
%36.25

CMYK Percentages of Color #da51aa

%0
%63
%22
%15

Triadic Colors of #da51aa

#da51aa #aada51 #51aada

Analogous Colors of #da51aa

#da51aa #da5166 #c651da

Monochromatic Colors of #da51aa

#da51aa

Complementary Color

#da51aa #51da81

#da51aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da51aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da51aa Color CSS Codes

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

#da51aa Text Font Color

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

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


#da51aa Background Color

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

This div background color is #da51aa


#da51aa Border Color

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

This div border color is #da51aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da51aa


Comments

No comments written yet.

Please login to write comment.