Color Hex Logo

#dea7df Color Hex

#DEA7DF
(222,167,223)
0 Favorites   0 Comments

Color spaces of #dea7df

RGB 222167223
HSL0.830.470.76
HSV299°25°87°
CMYK 0.000.250.00   0.13
XYZ57.262248.494776.1544
Yxy48.49470.31480.2666
Hunter Lab69.638124.9106-16.0913
CIE-Lab75.135929.4653-20.4005

#dea7df color RGB value is (222,167,223).

#dea7df hex color red value is 222, green value is 167 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dea7df hue: 0.83 , saturation: 0.47 and the lightness value of dea7df is 0.76.

The process color (four color CMYK) of #dea7df color hex is 0.00, 0.25, 0.00, 0.13. Web safe color of #dea7df is #cc99cc. Color #dea7df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100111 11011111
Octal 336 247 337
Decimal 222 167 223
Hex DE A7 DF

RGB Percentages of Color #dea7df

%36.27
%27.29
%36.44

CMYK Percentages of Color #dea7df

%0
%25
%0
%13

Triadic Colors of #dea7df

#dea7df #dfdea7 #a7dfde

Analogous Colors of #dea7df

#dea7df #dfa7c4 #c2a7df

Monochromatic Colors of #dea7df

#dea7df

Complementary Color

#dea7df #a8dfa7

#dea7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea7df Color CSS Codes

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

#dea7df Text Font Color

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

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


#dea7df Background Color

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

This div background color is #dea7df


#dea7df Border Color

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

This div border color is #dea7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea7df


Comments

No comments written yet.

Please login to write comment.