Color Hex Logo

#dea0bb Color Hex

#DEA0BB
(222,160,187)
0 Favorites   0 Comments

Color spaces of #dea0bb

RGB 222160187
HSL0.930.480.75
HSV334°28°87°
CMYK 0.000.280.16   0.13
XYZ51.664644.259152.8335
Yxy44.25910.34730.2975
Hunter Lab66.527522.1982-0.5165
CIE-Lab72.401327.0174-4.7455

#dea0bb color RGB value is (222,160,187).

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

The process color (four color CMYK) of #dea0bb color hex is 0.00, 0.28, 0.16, 0.13. Web safe color of #dea0bb is #cc99cc. Color #dea0bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100000 10111011
Octal 336 240 273
Decimal 222 160 187
Hex DE A0 BB

RGB Percentages of Color #dea0bb

%39.02
%28.12
%32.86

CMYK Percentages of Color #dea0bb

%0
%28
%16
%13

Triadic Colors of #dea0bb

#dea0bb #bbdea0 #a0bbde

Analogous Colors of #dea0bb

#dea0bb #dea4a0 #dea0da

Monochromatic Colors of #dea0bb

#dea0bb

Complementary Color

#dea0bb #a0dec3

#dea0bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea0bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea0bb Color CSS Codes

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

#dea0bb Text Font Color

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

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


#dea0bb Background Color

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

This div background color is #dea0bb


#dea0bb Border Color

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

This div border color is #dea0bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea0bb


Comments

No comments written yet.

Please login to write comment.