Color Hex Logo

#dea6ee Color Hex

#DEA6EE
(222,166,238)
0 Favorites   0 Comments

Color spaces of #dea6ee

RGB 222166238
HSL0.800.680.79
HSV287°30°93°
CMYK 0.070.300.00   0.07
XYZ59.193048.975187.2222
Yxy48.97510.30290.2507
Hunter Lab69.982228.5116-24.9084
CIE-Lab75.435832.8664-28.0978

#dea6ee color RGB value is (222,166,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100110 11101110
Octal 336 246 356
Decimal 222 166 238
Hex DE A6 EE

RGB Percentages of Color #dea6ee

%35.46
%26.52
%38.02

CMYK Percentages of Color #dea6ee

%7
%30
%0
%7

Triadic Colors of #dea6ee

#dea6ee #eedea6 #a6eede

Analogous Colors of #dea6ee

#dea6ee #eea6da #baa6ee

Monochromatic Colors of #dea6ee

#dea6ee

Complementary Color

#dea6ee #b6eea6

#dea6ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea6ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea6ee Color CSS Codes

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

#dea6ee Text Font Color

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

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


#dea6ee Background Color

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

This div background color is #dea6ee


#dea6ee Border Color

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

This div border color is #dea6ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,166,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 #dea6ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea6ee


Comments

No comments written yet.

Please login to write comment.