Color Hex Logo

#de8aee Color Hex

#DE8AEE
(222,138,238)
0 Favorites   0 Comments

Color spaces of #de8aee

RGB 222138238
HSL0.810.750.74
HSV290°42°93°
CMYK 0.070.420.00   0.07
XYZ54.645339.879685.7063
Yxy39.87960.30320.2213
Hunter Lab63.150343.9468-36.2620
CIE-Lab69.383747.7257-37.4502

#de8aee color RGB value is (222,138,238).

#de8aee hex color red value is 222, green value is 138 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #de8aee hue: 0.81 , saturation: 0.75 and the lightness value of de8aee is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001010 11101110
Octal 336 212 356
Decimal 222 138 238
Hex DE 8A EE

RGB Percentages of Color #de8aee

%37.12
%23.08
%39.80

CMYK Percentages of Color #de8aee

%7
%42
%0
%7

Triadic Colors of #de8aee

#de8aee #eede8a #8aeede

Analogous Colors of #de8aee

#de8aee #ee8acc #ac8aee

Monochromatic Colors of #de8aee

#de8aee

Complementary Color

#de8aee #9aee8a

#de8aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de8aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#de8aee Color CSS Codes

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

#de8aee Text Font Color

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

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


#de8aee Background Color

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

This div background color is #de8aee


#de8aee Border Color

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

This div border color is #de8aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de8aee


Comments

No comments written yet.

Please login to write comment.