Color Hex Logo

#dea9fb Color Hex

#DEA9FB
(222,169,251)
0 Favorites   0 Comments

Color spaces of #dea9fb

RGB 222169251
HSL0.770.910.82
HSV279°33°98°
CMYK 0.120.330.00   0.02
XYZ61.724850.870697.8325
Yxy50.87060.29330.2417
Hunter Lab71.323629.6609-31.3998
CIE-Lab76.600633.8489-33.3351

#dea9fb color RGB value is (222,169,251).

#dea9fb hex color red value is 222, green value is 169 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dea9fb hue: 0.77 , saturation: 0.91 and the lightness value of dea9fb is 0.82.

The process color (four color CMYK) of #dea9fb color hex is 0.12, 0.33, 0.00, 0.02. Web safe color of #dea9fb is #cc99ff. Color #dea9fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101001 11111011
Octal 336 251 373
Decimal 222 169 251
Hex DE A9 FB

RGB Percentages of Color #dea9fb

%34.58
%26.32
%39.10

CMYK Percentages of Color #dea9fb

%12
%33
%0
%2

Triadic Colors of #dea9fb

#dea9fb #fbdea9 #a9fbde

Analogous Colors of #dea9fb

#dea9fb #fba9ef #b5a9fb

Monochromatic Colors of #dea9fb

#dea9fb

Complementary Color

#dea9fb #c6fba9

#dea9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea9fb Color CSS Codes

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

#dea9fb Text Font Color

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

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


#dea9fb Background Color

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

This div background color is #dea9fb


#dea9fb Border Color

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

This div border color is #dea9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea9fb


Comments

No comments written yet.

Please login to write comment.