Color Hex Logo

#deafe9 Color Hex

#DEAFE9
(222,175,233)
0 Favorites   0 Comments

Color spaces of #deafe9

RGB 222175233
HSL0.800.570.80
HSV289°25°91°
CMYK 0.050.250.00   0.09
XYZ60.162252.072783.9709
Yxy52.07270.30660.2654
Hunter Lab72.161422.5360-18.4800
CIE-Lab77.324327.0443-22.5046

#deafe9 color RGB value is (222,175,233).

#deafe9 hex color red value is 222, green value is 175 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #deafe9 hue: 0.80 , saturation: 0.57 and the lightness value of deafe9 is 0.80.

The process color (four color CMYK) of #deafe9 color hex is 0.05, 0.25, 0.00, 0.09. Web safe color of #deafe9 is #cc99ff. Color #deafe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101111 11101001
Octal 336 257 351
Decimal 222 175 233
Hex DE AF E9

RGB Percentages of Color #deafe9

%35.24
%27.78
%36.98

CMYK Percentages of Color #deafe9

%5
%25
%0
%9

Triadic Colors of #deafe9

#deafe9 #e9deaf #afe9de

Analogous Colors of #deafe9

#deafe9 #e9afd7 #c1afe9

Monochromatic Colors of #deafe9

#deafe9

Complementary Color

#deafe9 #bae9af

#deafe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deafe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deafe9 Color CSS Codes

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

#deafe9 Text Font Color

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

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


#deafe9 Background Color

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

This div background color is #deafe9


#deafe9 Border Color

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

This div border color is #deafe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deafe9


Comments

No comments written yet.

Please login to write comment.