Color Hex Logo

#deb7fd Color Hex

#DEB7FD
(222,183,253)
0 Favorites   0 Comments

Color spaces of #deb7fd

RGB 222183253
HSL0.760.950.85
HSV273°28°99°
CMYK 0.120.280.00   0.01
XYZ64.787356.4884100.4172
Yxy56.48840.29220.2548
Hunter Lab75.158822.3402-26.6043
CIE-Lab79.891026.7118-29.3468

#deb7fd color RGB value is (222,183,253).

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

The process color (four color CMYK) of #deb7fd color hex is 0.12, 0.28, 0.00, 0.01. Web safe color of #deb7fd is #ccccff. Color #deb7fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110111 11111101
Octal 336 267 375
Decimal 222 183 253
Hex DE B7 FD

RGB Percentages of Color #deb7fd

%33.74
%27.81
%38.45

CMYK Percentages of Color #deb7fd

%12
%28
%0
%1

Triadic Colors of #deb7fd

#deb7fd #fddeb7 #b7fdde

Analogous Colors of #deb7fd

#deb7fd #fdb7f9 #bbb7fd

Monochromatic Colors of #deb7fd

#deb7fd

Complementary Color

#deb7fd #d6fdb7

#deb7fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb7fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb7fd Color CSS Codes

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

#deb7fd Text Font Color

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

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


#deb7fd Background Color

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

This div background color is #deb7fd


#deb7fd Border Color

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

This div border color is #deb7fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb7fd


Comments

No comments written yet.

Please login to write comment.