Color Hex Logo

#deb7f9 Color Hex

#DEB7F9
(222,183,249)
0 Favorites   0 Comments

Color spaces of #deb7f9

RGB 222183249
HSL0.770.850.85
HSV275°27°98°
CMYK 0.110.270.00   0.02
XYZ64.156656.236197.0958
Yxy56.23610.29500.2586
Hunter Lab74.990721.4778-24.2734
CIE-Lab79.748025.8955-27.4229

#deb7f9 color RGB value is (222,183,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110111 11111001
Octal 336 267 371
Decimal 222 183 249
Hex DE B7 F9

RGB Percentages of Color #deb7f9

%33.94
%27.98
%38.07

CMYK Percentages of Color #deb7f9

%11
%27
%0
%2

Triadic Colors of #deb7f9

#deb7f9 #f9deb7 #b7f9de

Analogous Colors of #deb7f9

#deb7f9 #f9b7f3 #bdb7f9

Monochromatic Colors of #deb7f9

#deb7f9

Complementary Color

#deb7f9 #d2f9b7

#deb7f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb7f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb7f9 Color CSS Codes

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

#deb7f9 Text Font Color

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

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


#deb7f9 Background Color

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

This div background color is #deb7f9


#deb7f9 Border Color

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

This div border color is #deb7f9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb7f9

Related Colors


Comments

No comments written yet.

Please login to write comment.