Color Hex Logo

#dea5ef Color Hex

#DEA5EF
(222,165,239)
0 Favorites   0 Comments

Color spaces of #dea5ef

RGB 222165239
HSL0.800.700.79
HSV286°31°94°
CMYK 0.070.310.00   0.06
XYZ59.159348.671987.9379
Yxy48.67190.30220.2486
Hunter Lab69.765229.2746-25.8984
CIE-Lab75.246833.6003-28.9305

#dea5ef color RGB value is (222,165,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100101 11101111
Octal 336 245 357
Decimal 222 165 239
Hex DE A5 EF

RGB Percentages of Color #dea5ef

%35.46
%26.36
%38.18

CMYK Percentages of Color #dea5ef

%7
%31
%0
%6

Triadic Colors of #dea5ef

#dea5ef #efdea5 #a5efde

Analogous Colors of #dea5ef

#dea5ef #efa5db #b9a5ef

Monochromatic Colors of #dea5ef

#dea5ef

Complementary Color

#dea5ef #b6efa5

#dea5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea5ef Color CSS Codes

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

#dea5ef Text Font Color

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

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


#dea5ef Background Color

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

This div background color is #dea5ef


#dea5ef Border Color

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

This div border color is #dea5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea5ef


Comments

No comments written yet.

Please login to write comment.