Color Hex Logo

#de9aef Color Hex

#DE9AEF
(222,154,239)
0 Favorites   0 Comments

Color spaces of #de9aef

RGB 222154239
HSL0.800.730.77
HSV288°36°94°
CMYK 0.070.360.00   0.06
XYZ57.259844.872887.3047
Yxy44.87280.30230.2369
Hunter Lab66.987235.3521-30.3819
CIE-Lab72.808139.4931-32.6870

#de9aef color RGB value is (222,154,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011010 11101111
Octal 336 232 357
Decimal 222 154 239
Hex DE 9A EF

RGB Percentages of Color #de9aef

%36.10
%25.04
%38.86

CMYK Percentages of Color #de9aef

%7
%36
%0
%6

Triadic Colors of #de9aef

#de9aef #efde9a #9aefde

Analogous Colors of #de9aef

#de9aef #ef9ad6 #b49aef

Monochromatic Colors of #de9aef

#de9aef

Complementary Color

#de9aef #abef9a

#de9aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9aef Color CSS Codes

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

#de9aef Text Font Color

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

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


#de9aef Background Color

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

This div background color is #de9aef


#de9aef Border Color

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

This div border color is #de9aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9aef


Comments

No comments written yet.

Please login to write comment.