Color Hex Logo

#da50aa Color Hex

#DA50AA
(218,80,170)
0 Favorites   0 Comments

Color spaces of #da50aa

RGB 21880170
HSL0.890.650.58
HSV321°63°85°
CMYK 0.000.630.22   0.15
XYZ39.037823.545040.5173
Yxy23.54500.37860.2284
Hunter Lab48.523258.6910-15.5414
CIE-Lab55.629362.9184-20.3557

#da50aa color RGB value is (218,80,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010000 10101010
Octal 332 120 252
Decimal 218 80 170
Hex DA 50 AA

RGB Percentages of Color #da50aa

%46.58
%17.09
%36.32

CMYK Percentages of Color #da50aa

%0
%63
%22
%15

Triadic Colors of #da50aa

#da50aa #aada50 #50aada

Analogous Colors of #da50aa

#da50aa #da5065 #c550da

Monochromatic Colors of #da50aa

#da50aa

Complementary Color

#da50aa #50da80

#da50aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da50aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da50aa Color CSS Codes

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

#da50aa Text Font Color

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

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


#da50aa Background Color

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

This div background color is #da50aa


#da50aa Border Color

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

This div border color is #da50aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da50aa


Comments

No comments written yet.

Please login to write comment.