Color Hex Logo

#dea1ae Color Hex

#DEA1AE
(222,161,174)
0 Favorites   0 Comments

Color spaces of #dea1ae

RGB 222161174
HSL0.960.480.75
HSV347°27°87°
CMYK 0.000.270.22   0.13
XYZ50.509144.075345.8897
Yxy44.07530.35960.3138
Hunter Lab66.389219.62215.4899
CIE-Lab72.278824.48052.2542

#dea1ae color RGB value is (222,161,174).

#dea1ae hex color red value is 222, green value is 161 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dea1ae hue: 0.96 , saturation: 0.48 and the lightness value of dea1ae is 0.75.

The process color (four color CMYK) of #dea1ae color hex is 0.00, 0.27, 0.22, 0.13. Web safe color of #dea1ae is #cc9999. Color #dea1ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100001 10101110
Octal 336 241 256
Decimal 222 161 174
Hex DE A1 AE

RGB Percentages of Color #dea1ae

%39.86
%28.90
%31.24

CMYK Percentages of Color #dea1ae

%0
%27
%22
%13

Triadic Colors of #dea1ae

#dea1ae #aedea1 #a1aede

Analogous Colors of #dea1ae

#dea1ae #deb3a1 #dea1cd

Monochromatic Colors of #dea1ae

#dea1ae

Complementary Color

#dea1ae #a1ded1

#dea1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea1ae Color CSS Codes

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

#dea1ae Text Font Color

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

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


#dea1ae Background Color

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

This div background color is #dea1ae


#dea1ae Border Color

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

This div border color is #dea1ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea1ae


Comments

No comments written yet.

Please login to write comment.