Color Hex Logo

#da31aa Color Hex

#DA31AA
(218,49,170)
0 Favorites   0 Comments

Color spaces of #da31aa

RGB 21849170
HSL0.880.700.52
HSV317°78°85°
CMYK 0.000.780.22   0.15
XYZ37.267520.004339.9272
Yxy20.00430.38340.2058
Hunter Lab44.726270.4620-21.6201
CIE-Lab51.842173.5376-26.1836

#da31aa color RGB value is (218,49,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110001 10101010
Octal 332 61 252
Decimal 218 49 170
Hex DA 31 AA

RGB Percentages of Color #da31aa

%49.89
%11.21
%38.90

CMYK Percentages of Color #da31aa

%0
%78
%22
%15

Triadic Colors of #da31aa

#da31aa #aada31 #31aada

Analogous Colors of #da31aa

#da31aa #da3155 #b631da

Monochromatic Colors of #da31aa

#da31aa

Complementary Color

#da31aa #31da61

#da31aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da31aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da31aa Color CSS Codes

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

#da31aa Text Font Color

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

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


#da31aa Background Color

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

This div background color is #da31aa


#da31aa Border Color

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

This div border color is #da31aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da31aa


Comments

No comments written yet.

Please login to write comment.