Color Hex Logo

#deabe0 Color Hex

#DEABE0
(222,171,224)
0 Favorites   0 Comments

Color spaces of #deabe0

RGB 222171224
HSL0.830.460.77
HSV298°24°88°
CMYK 0.010.240.00   0.12
XYZ58.141750.037277.1148
Yxy50.03720.31380.2700
Hunter Lab70.737022.9270-15.1199
CIE-Lab76.092127.4947-19.4950

#deabe0 color RGB value is (222,171,224).

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

The process color (four color CMYK) of #deabe0 color hex is 0.01, 0.24, 0.00, 0.12. Web safe color of #deabe0 is #cc99cc. Color #deabe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101011 11100000
Octal 336 253 340
Decimal 222 171 224
Hex DE AB E0

RGB Percentages of Color #deabe0

%35.98
%27.71
%36.30

CMYK Percentages of Color #deabe0

%1
%24
%0
%12

Triadic Colors of #deabe0

#deabe0 #e0deab #abe0de

Analogous Colors of #deabe0

#deabe0 #e0abc8 #c4abe0

Monochromatic Colors of #deabe0

#deabe0

Complementary Color

#deabe0 #ade0ab

#deabe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deabe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deabe0 Color CSS Codes

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

#deabe0 Text Font Color

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

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


#deabe0 Background Color

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

This div background color is #deabe0


#deabe0 Border Color

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

This div border color is #deabe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deabe0


Comments

No comments written yet.

Please login to write comment.