Color Hex Logo

#dea5ee Color Hex

#DEA5EE
(222,165,238)
0 Favorites   0 Comments

Color spaces of #dea5ee

RGB 222165238
HSL0.800.680.79
HSV287°31°93°
CMYK 0.070.310.00   0.07
XYZ59.012048.612987.1619
Yxy48.61290.30300.2496
Hunter Lab69.723029.0634-25.3134
CIE-Lab75.209933.4047-28.4446

#dea5ee color RGB value is (222,165,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100101 11101110
Octal 336 245 356
Decimal 222 165 238
Hex DE A5 EE

RGB Percentages of Color #dea5ee

%35.52
%26.40
%38.08

CMYK Percentages of Color #dea5ee

%7
%31
%0
%7

Triadic Colors of #dea5ee

#dea5ee #eedea5 #a5eede

Analogous Colors of #dea5ee

#dea5ee #eea5da #baa5ee

Monochromatic Colors of #dea5ee

#dea5ee

Complementary Color

#dea5ee #b5eea5

#dea5ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea5ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea5ee Color CSS Codes

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

#dea5ee Text Font Color

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

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


#dea5ee Background Color

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

This div background color is #dea5ee


#dea5ee Border Color

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

This div border color is #dea5ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea5ee


Comments

No comments written yet.

Please login to write comment.