Color Hex Logo

#deb5f9 Color Hex

#DEB5F9
(222,181,249)
0 Favorites   0 Comments

Color spaces of #deb5f9

RGB 222181249
HSL0.770.850.84
HSV276°27°98°
CMYK 0.110.270.00   0.02
XYZ63.747055.416996.9592
Yxy55.41690.29500.2564
Hunter Lab74.442522.5796-25.1137
CIE-Lab79.280826.9739-28.1381

#deb5f9 color RGB value is (222,181,249).

#deb5f9 hex color red value is 222, green value is 181 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #deb5f9 hue: 0.77 , saturation: 0.85 and the lightness value of deb5f9 is 0.84.

The process color (four color CMYK) of #deb5f9 color hex is 0.11, 0.27, 0.00, 0.02. Web safe color of #deb5f9 is #ccccff. Color #deb5f9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 11111001
Octal 336 265 371
Decimal 222 181 249
Hex DE B5 F9

RGB Percentages of Color #deb5f9

%34.05
%27.76
%38.19

CMYK Percentages of Color #deb5f9

%11
%27
%0
%2

Triadic Colors of #deb5f9

#deb5f9 #f9deb5 #b5f9de

Analogous Colors of #deb5f9

#deb5f9 #f9b5f2 #bcb5f9

Monochromatic Colors of #deb5f9

#deb5f9

Complementary Color

#deb5f9 #d0f9b5

#deb5f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb5f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb5f9 Color CSS Codes

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

#deb5f9 Text Font Color

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

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


#deb5f9 Background Color

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

This div background color is #deb5f9


#deb5f9 Border Color

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

This div border color is #deb5f9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb5f9


Comments

No comments written yet.

Please login to write comment.