Color Hex Logo

#de31aa Color Hex

#DE31AA
(222,49,170)
0 Favorites   0 Comments

Color spaces of #de31aa

RGB 22249170
HSL0.880.720.53
HSV318°78°87°
CMYK 0.000.780.23   0.13
XYZ38.478220.628539.9839
Yxy20.62850.38830.2082
Hunter Lab45.418671.7409-20.4024
CIE-Lab52.540574.4479-25.0472

#de31aa color RGB value is (222,49,170).

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

The process color (four color CMYK) of #de31aa color hex is 0.00, 0.78, 0.23, 0.13. Web safe color of #de31aa is #cc3399. Color #de31aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110001 10101010
Octal 336 61 252
Decimal 222 49 170
Hex DE 31 AA

RGB Percentages of Color #de31aa

%50.34
%11.11
%38.55

CMYK Percentages of Color #de31aa

%0
%78
%23
%13

Triadic Colors of #de31aa

#de31aa #aade31 #31aade

Analogous Colors of #de31aa

#de31aa #de3153 #bc31de

Monochromatic Colors of #de31aa

#de31aa

Complementary Color

#de31aa #31de65

#de31aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de31aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#de31aa Color CSS Codes

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

#de31aa Text Font Color

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

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


#de31aa Background Color

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

This div background color is #de31aa


#de31aa Border Color

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

This div border color is #de31aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de31aa


Comments

No comments written yet.

Please login to write comment.