Color Hex Logo

#dea4ed Color Hex

#DEA4ED
(222,164,237)
0 Favorites   0 Comments

Color spaces of #dea4ed

RGB 222164237
HSL0.800.670.79
HSV288°31°93°
CMYK 0.060.310.00   0.07
XYZ58.685748.194986.3302
Yxy48.19490.30370.2494
Hunter Lab69.422529.4038-25.1341
CIE-Lab74.947733.7471-28.3041

#dea4ed color RGB value is (222,164,237).

#dea4ed hex color red value is 222, green value is 164 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dea4ed hue: 0.80 , saturation: 0.67 and the lightness value of dea4ed is 0.79.

The process color (four color CMYK) of #dea4ed color hex is 0.06, 0.31, 0.00, 0.07. Web safe color of #dea4ed is #cc99ff. Color #dea4ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100100 11101101
Octal 336 244 355
Decimal 222 164 237
Hex DE A4 ED

RGB Percentages of Color #dea4ed

%35.63
%26.32
%38.04

CMYK Percentages of Color #dea4ed

%6
%31
%0
%7

Triadic Colors of #dea4ed

#dea4ed #eddea4 #a4edde

Analogous Colors of #dea4ed

#dea4ed #eda4d8 #baa4ed

Monochromatic Colors of #dea4ed

#dea4ed

Complementary Color

#dea4ed #b3eda4

#dea4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea4ed Color CSS Codes

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

#dea4ed Text Font Color

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

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


#dea4ed Background Color

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

This div background color is #dea4ed


#dea4ed Border Color

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

This div border color is #dea4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea4ed


Comments

No comments written yet.

Please login to write comment.