Color Hex Logo

#dea0ab Color Hex

#DEA0AB
(222,160,171)
0 Favorites   0 Comments

Color spaces of #dea0ab

RGB 222160171
HSL0.970.480.75
HSV349°28°87°
CMYK 0.000.280.23   0.13
XYZ50.045743.611544.3082
Yxy43.61150.36270.3161
Hunter Lab66.039019.70276.4473
CIE-Lab71.968124.57763.4612

#dea0ab color RGB value is (222,160,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100000 10101011
Octal 336 240 253
Decimal 222 160 171
Hex DE A0 AB

RGB Percentages of Color #dea0ab

%40.14
%28.93
%30.92

CMYK Percentages of Color #dea0ab

%0
%28
%23
%13

Triadic Colors of #dea0ab

#dea0ab #abdea0 #a0abde

Analogous Colors of #dea0ab

#dea0ab #deb4a0 #dea0ca

Monochromatic Colors of #dea0ab

#dea0ab

Complementary Color

#dea0ab #a0ded3

#dea0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea0ab Color CSS Codes

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

#dea0ab Text Font Color

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

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


#dea0ab Background Color

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

This div background color is #dea0ab


#dea0ab Border Color

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

This div border color is #dea0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea0ab


Comments

No comments written yet.

Please login to write comment.