Color Hex Logo

#da39aa Color Hex

#DA39AA
(218,57,170)
0 Favorites   0 Comments

Color spaces of #da39aa

RGB 21857170
HSL0.880.690.54
HSV318°74°85°
CMYK 0.000.740.22   0.15
XYZ37.632320.734040.0488
Yxy20.73400.38240.2107
Hunter Lab45.534667.8367-20.2728
CIE-Lab52.657171.2146-24.9235

#da39aa color RGB value is (218,57,170).

#da39aa hex color red value is 218, green value is 57 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #da39aa hue: 0.88 , saturation: 0.69 and the lightness value of da39aa is 0.54.

The process color (four color CMYK) of #da39aa color hex is 0.00, 0.74, 0.22, 0.15. Web safe color of #da39aa is #cc3399. Color #da39aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111001 10101010
Octal 332 71 252
Decimal 218 57 170
Hex DA 39 AA

RGB Percentages of Color #da39aa

%48.99
%12.81
%38.20

CMYK Percentages of Color #da39aa

%0
%74
%22
%15

Triadic Colors of #da39aa

#da39aa #aada39 #39aada

Analogous Colors of #da39aa

#da39aa #da395a #ba39da

Monochromatic Colors of #da39aa

#da39aa

Complementary Color

#da39aa #39da69

#da39aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da39aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da39aa Color CSS Codes

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

#da39aa Text Font Color

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

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


#da39aa Background Color

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

This div background color is #da39aa


#da39aa Border Color

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

This div border color is #da39aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da39aa


Comments

No comments written yet.

Please login to write comment.