Color Hex Logo

#dea1eb Color Hex

#DEA1EB
(222,161,235)
0 Favorites   0 Comments

Color spaces of #dea1eb

RGB 222161235
HSL0.800.650.78
HSV289°31°92°
CMYK 0.060.310.00   0.08
XYZ57.864547.017584.6228
Yxy47.01750.30530.2481
Hunter Lab68.569330.6369-25.1725
CIE-Lab74.201034.9705-28.3631

#dea1eb color RGB value is (222,161,235).

#dea1eb hex color red value is 222, green value is 161 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dea1eb hue: 0.80 , saturation: 0.65 and the lightness value of dea1eb is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100001 11101011
Octal 336 241 353
Decimal 222 161 235
Hex DE A1 EB

RGB Percentages of Color #dea1eb

%35.92
%26.05
%38.03

CMYK Percentages of Color #dea1eb

%6
%31
%0
%8

Triadic Colors of #dea1eb

#dea1eb #ebdea1 #a1ebde

Analogous Colors of #dea1eb

#dea1eb #eba1d3 #b9a1eb

Monochromatic Colors of #dea1eb

#dea1eb

Complementary Color

#dea1eb #aeeba1

#dea1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea1eb Color CSS Codes

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

#dea1eb Text Font Color

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

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


#dea1eb Background Color

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

This div background color is #dea1eb


#dea1eb Border Color

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

This div border color is #dea1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea1eb


Comments

No comments written yet.

Please login to write comment.