Color Hex Logo

#deb1eb Color Hex

#DEB1EB
(222,177,235)
0 Favorites   0 Comments

Color spaces of #deb1eb

RGB 222177235
HSL0.800.590.81
HSV287°25°92°
CMYK 0.060.250.00   0.08
XYZ60.841752.972085.6152
Yxy52.97200.30510.2656
Hunter Lab72.781921.8481-18.7971
CIE-Lab77.858526.3520-22.7730

#deb1eb color RGB value is (222,177,235).

#deb1eb hex color red value is 222, green value is 177 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #deb1eb hue: 0.80 , saturation: 0.59 and the lightness value of deb1eb is 0.81.

The process color (four color CMYK) of #deb1eb color hex is 0.06, 0.25, 0.00, 0.08. Web safe color of #deb1eb is #cc99ff. Color #deb1eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110001 11101011
Octal 336 261 353
Decimal 222 177 235
Hex DE B1 EB

RGB Percentages of Color #deb1eb

%35.02
%27.92
%37.07

CMYK Percentages of Color #deb1eb

%6
%25
%0
%8

Triadic Colors of #deb1eb

#deb1eb #ebdeb1 #b1ebde

Analogous Colors of #deb1eb

#deb1eb #ebb1db #c1b1eb

Monochromatic Colors of #deb1eb

#deb1eb

Complementary Color

#deb1eb #beebb1

#deb1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb1eb Color CSS Codes

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

#deb1eb Text Font Color

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

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


#deb1eb Background Color

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

This div background color is #deb1eb


#deb1eb Border Color

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

This div border color is #deb1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb1eb


Comments

No comments written yet.

Please login to write comment.