Color Hex Logo

#de7eae Color Hex

#DE7EAE
(222,126,174)
0 Favorites   0 Comments

Color spaces of #de7eae

RGB 222126174
HSL0.920.590.68
HSV330°43°87°
CMYK 0.000.430.22   0.13
XYZ45.225033.507344.1283
Yxy33.50730.36810.2727
Hunter Lab57.885538.1596-4.6792
CIE-Lab64.569643.0636-9.0940

#de7eae color RGB value is (222,126,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01111110 10101110
Octal 336 176 256
Decimal 222 126 174
Hex DE 7E AE

RGB Percentages of Color #de7eae

%42.53
%24.14
%33.33

CMYK Percentages of Color #de7eae

%0
%43
%22
%13

Triadic Colors of #de7eae

#de7eae #aede7e #7eaede

Analogous Colors of #de7eae

#de7eae #de7e7e #de7ede

Monochromatic Colors of #de7eae

#de7eae

Complementary Color

#de7eae #7edeae

#de7eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de7eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#de7eae Color CSS Codes

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

#de7eae Text Font Color

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

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


#de7eae Background Color

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

This div background color is #de7eae


#de7eae Border Color

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

This div border color is #de7eae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,126,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #de7eae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de7eae


Comments

No comments written yet.

Please login to write comment.