Color Hex Logo

#de19aa Color Hex

#DE19AA
(222,25,170)
0 Favorites   0 Comments

Color spaces of #de19aa

RGB 22225170
HSL0.880.800.48
HSV316°89°87°
CMYK 0.000.890.23   0.13
XYZ37.727519.127139.7337
Yxy19.12710.39060.1980
Hunter Lab43.734577.4472-23.2520
CIE-Lab50.835679.3755-27.6873

#de19aa color RGB value is (222,25,170).

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

The process color (four color CMYK) of #de19aa color hex is 0.00, 0.89, 0.23, 0.13. Web safe color of #de19aa is #cc0099. Color #de19aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00011001 10101010
Octal 336 31 252
Decimal 222 25 170
Hex DE 19 AA

RGB Percentages of Color #de19aa

%53.24
%6.00
%40.77

CMYK Percentages of Color #de19aa

%0
%89
%23
%13

Triadic Colors of #de19aa

#de19aa #aade19 #19aade

Analogous Colors of #de19aa

#de19aa #de1948 #b019de

Monochromatic Colors of #de19aa

#de19aa

Complementary Color

#de19aa #19de4d

#de19aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de19aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#de19aa Color CSS Codes

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

#de19aa Text Font Color

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

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


#de19aa Background Color

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

This div background color is #de19aa


#de19aa Border Color

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

This div border color is #de19aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de19aa


Comments

No comments written yet.

Please login to write comment.