Color Hex Logo

#de7eaa Color Hex

#DE7EAA
(222,126,170)
0 Favorites   0 Comments

Color spaces of #de7eaa

RGB 222126170
HSL0.920.590.68
HSV333°43°87°
CMYK 0.000.430.23   0.13
XYZ44.840833.353642.1047
Yxy33.35360.37270.2773
Hunter Lab57.752637.5256-2.7988
CIE-Lab64.446242.4869-7.0088

#de7eaa color RGB value is (222,126,170).

#de7eaa hex color red value is 222, green value is 126 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #de7eaa hue: 0.92 , saturation: 0.59 and the lightness value of de7eaa is 0.68.

The process color (four color CMYK) of #de7eaa color hex is 0.00, 0.43, 0.23, 0.13. Web safe color of #de7eaa is #cc6699. Color #de7eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01111110 10101010
Octal 336 176 252
Decimal 222 126 170
Hex DE 7E AA

RGB Percentages of Color #de7eaa

%42.86
%24.32
%32.82

CMYK Percentages of Color #de7eaa

%0
%43
%23
%13

Triadic Colors of #de7eaa

#de7eaa #aade7e #7eaade

Analogous Colors of #de7eaa

#de7eaa #de827e #de7eda

Monochromatic Colors of #de7eaa

#de7eaa

Complementary Color

#de7eaa #7edeb2

#de7eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de7eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#de7eaa Color CSS Codes

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

#de7eaa Text Font Color

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

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


#de7eaa Background Color

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

This div background color is #de7eaa


#de7eaa Border Color

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

This div border color is #de7eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de7eaa

#de7eaa Color Palettes


Comments

No comments written yet.

Please login to write comment.