Color Hex Logo

#deb0eb Color Hex

#DEB0EB
(222,176,235)
0 Favorites   0 Comments

Color spaces of #deb0eb

RGB 222176235
HSL0.800.600.81
HSV287°25°92°
CMYK 0.060.250.00   0.08
XYZ60.644952.578485.5496
Yxy52.57840.30510.2645
Hunter Lab72.511022.3952-19.1936
CIE-Lab77.625426.8914-23.1277

#deb0eb color RGB value is (222,176,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110000 11101011
Octal 336 260 353
Decimal 222 176 235
Hex DE B0 EB

RGB Percentages of Color #deb0eb

%35.07
%27.80
%37.12

CMYK Percentages of Color #deb0eb

%6
%25
%0
%8

Triadic Colors of #deb0eb

#deb0eb #ebdeb0 #b0ebde

Analogous Colors of #deb0eb

#deb0eb #ebb0db #c1b0eb

Monochromatic Colors of #deb0eb

#deb0eb

Complementary Color

#deb0eb #bdebb0

#deb0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb0eb Color CSS Codes

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

#deb0eb Text Font Color

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

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


#deb0eb Background Color

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

This div background color is #deb0eb


#deb0eb Border Color

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

This div border color is #deb0eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb0eb


Comments

No comments written yet.

Please login to write comment.