Color Hex Logo

#de28aa Color Hex

#DE28AA
(222,40,170)
0 Favorites   0 Comments

Color spaces of #de28aa

RGB 22240170
HSL0.880.730.51
HSV317°82°87°
CMYK 0.000.820.23   0.13
XYZ38.138719.949539.8707
Yxy19.94950.38930.2037
Hunter Lab44.664974.2551-21.6606
CIE-Lab51.780176.6346-26.2230

#de28aa color RGB value is (222,40,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00101000 10101010
Octal 336 50 252
Decimal 222 40 170
Hex DE 28 AA

RGB Percentages of Color #de28aa

%51.39
%9.26
%39.35

CMYK Percentages of Color #de28aa

%0
%82
%23
%13

Triadic Colors of #de28aa

#de28aa #aade28 #28aade

Analogous Colors of #de28aa

#de28aa #de284f #b728de

Monochromatic Colors of #de28aa

#de28aa

Complementary Color

#de28aa #28de5c

#de28aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de28aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#de28aa Color CSS Codes

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

#de28aa Text Font Color

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

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


#de28aa Background Color

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

This div background color is #de28aa


#de28aa Border Color

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

This div border color is #de28aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de28aa


Comments

No comments written yet.

Please login to write comment.