Color Hex Logo

#de8eaa Color Hex

#DE8EAA
(222,142,170)
0 Favorites   0 Comments

Color spaces of #de8eaa

RGB 222142170
HSL0.940.550.71
HSV339°36°87°
CMYK 0.000.360.23   0.13
XYZ47.052937.777942.8421
Yxy37.77790.36850.2959
Hunter Lab61.463729.08721.6977
CIE-Lab67.856634.0851-1.9745

#de8eaa color RGB value is (222,142,170).

#de8eaa hex color red value is 222, green value is 142 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #de8eaa hue: 0.94 , saturation: 0.55 and the lightness value of de8eaa is 0.71.

The process color (four color CMYK) of #de8eaa color hex is 0.00, 0.36, 0.23, 0.13. Web safe color of #de8eaa is #cc9999. Color #de8eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001110 10101010
Octal 336 216 252
Decimal 222 142 170
Hex DE 8E AA

RGB Percentages of Color #de8eaa

%41.57
%26.59
%31.84

CMYK Percentages of Color #de8eaa

%0
%36
%23
%13

Triadic Colors of #de8eaa

#de8eaa #aade8e #8eaade

Analogous Colors of #de8eaa

#de8eaa #de9a8e #de8ed2

Monochromatic Colors of #de8eaa

#de8eaa

Complementary Color

#de8eaa #8edec2

#de8eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de8eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#de8eaa Color CSS Codes

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

#de8eaa Text Font Color

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

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


#de8eaa Background Color

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

This div background color is #de8eaa


#de8eaa Border Color

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

This div border color is #de8eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de8eaa


Comments

No comments written yet.

Please login to write comment.