Color Hex Logo

#deabd9 Color Hex

#DEABD9
(222,171,217)
0 Favorites   0 Comments

Color spaces of #deabd9

RGB 222171217
HSL0.850.440.77
HSV306°23°87°
CMYK 0.000.230.02   0.13
XYZ57.211549.665272.2166
Yxy49.66520.31950.2773
Hunter Lab70.473521.5803-11.4250
CIE-Lab75.863326.2052-16.0321

#deabd9 color RGB value is (222,171,217).

#deabd9 hex color red value is 222, green value is 171 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #deabd9 hue: 0.85 , saturation: 0.44 and the lightness value of deabd9 is 0.77.

The process color (four color CMYK) of #deabd9 color hex is 0.00, 0.23, 0.02, 0.13. Web safe color of #deabd9 is #cc99cc. Color #deabd9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101011 11011001
Octal 336 253 331
Decimal 222 171 217
Hex DE AB D9

RGB Percentages of Color #deabd9

%36.39
%28.03
%35.57

CMYK Percentages of Color #deabd9

%0
%23
%2
%13

Triadic Colors of #deabd9

#deabd9 #d9deab #abd9de

Analogous Colors of #deabd9

#deabd9 #deabc0 #caabde

Monochromatic Colors of #deabd9

#deabd9

Complementary Color

#deabd9 #abdeb0

#deabd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deabd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deabd9 Color CSS Codes

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

#deabd9 Text Font Color

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

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


#deabd9 Background Color

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

This div background color is #deabd9


#deabd9 Border Color

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

This div border color is #deabd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deabd9


Comments

No comments written yet.

Please login to write comment.