Color Hex Logo

#deb7ea Color Hex

#DEB7EA
(222,183,234)
0 Favorites   0 Comments

Color spaces of #deb7ea

RGB 222183234
HSL0.790.550.82
HSV286°22°92°
CMYK 0.050.220.00   0.08
XYZ61.909055.337185.2601
Yxy55.33710.30570.2733
Hunter Lab74.388918.3732-15.8824
CIE-Lab79.235022.9236-20.1441

#deb7ea color RGB value is (222,183,234).

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

The process color (four color CMYK) of #deb7ea color hex is 0.05, 0.22, 0.00, 0.08. Web safe color of #deb7ea is #ccccff. Color #deb7ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110111 11101010
Octal 336 267 352
Decimal 222 183 234
Hex DE B7 EA

RGB Percentages of Color #deb7ea

%34.74
%28.64
%36.62

CMYK Percentages of Color #deb7ea

%5
%22
%0
%8

Triadic Colors of #deb7ea

#deb7ea #eadeb7 #b7eade

Analogous Colors of #deb7ea

#deb7ea #eab7dd #c5b7ea

Monochromatic Colors of #deb7ea

#deb7ea

Complementary Color

#deb7ea #c3eab7

#deb7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb7ea Color CSS Codes

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

#deb7ea Text Font Color

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

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


#deb7ea Background Color

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

This div background color is #deb7ea


#deb7ea Border Color

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

This div border color is #deb7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb7ea


Comments

No comments written yet.

Please login to write comment.