Color Hex Logo

#deb4ed Color Hex

#DEB4ED
(222,180,237)
0 Favorites   0 Comments

Color spaces of #deb4ed

RGB 222180237
HSL0.790.610.82
HSV284°24°93°
CMYK 0.060.240.00   0.07
XYZ61.731554.286587.3455
Yxy54.28650.30360.2669
Hunter Lab73.679420.6155-18.7116
CIE-Lab78.628525.1235-22.6807

#deb4ed color RGB value is (222,180,237).

#deb4ed hex color red value is 222, green value is 180 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #deb4ed hue: 0.79 , saturation: 0.61 and the lightness value of deb4ed is 0.82.

The process color (four color CMYK) of #deb4ed color hex is 0.06, 0.24, 0.00, 0.07. Web safe color of #deb4ed is #ccccff. Color #deb4ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110100 11101101
Octal 336 264 355
Decimal 222 180 237
Hex DE B4 ED

RGB Percentages of Color #deb4ed

%34.74
%28.17
%37.09

CMYK Percentages of Color #deb4ed

%6
%24
%0
%7

Triadic Colors of #deb4ed

#deb4ed #eddeb4 #b4edde

Analogous Colors of #deb4ed

#deb4ed #edb4e0 #c2b4ed

Monochromatic Colors of #deb4ed

#deb4ed

Complementary Color

#deb4ed #c3edb4

#deb4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb4ed Color CSS Codes

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

#deb4ed Text Font Color

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

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


#deb4ed Background Color

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

This div background color is #deb4ed


#deb4ed Border Color

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

This div border color is #deb4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb4ed


Comments

No comments written yet.

Please login to write comment.