Color Hex Logo

#deb2ea Color Hex

#DEB2EA
(222,178,234)
0 Favorites   0 Comments

Color spaces of #deb2ea

RGB 222178234
HSL0.800.570.81
HSV287°24°92°
CMYK 0.050.240.00   0.08
XYZ60.895953.310984.9224
Yxy53.31090.30580.2677
Hunter Lab73.014321.0987-17.8497
CIE-Lab78.058225.6190-21.9294

#deb2ea color RGB value is (222,178,234).

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

The process color (four color CMYK) of #deb2ea color hex is 0.05, 0.24, 0.00, 0.08. Web safe color of #deb2ea is #cc99ff. Color #deb2ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110010 11101010
Octal 336 262 352
Decimal 222 178 234
Hex DE B2 EA

RGB Percentages of Color #deb2ea

%35.02
%28.08
%36.91

CMYK Percentages of Color #deb2ea

%5
%24
%0
%8

Triadic Colors of #deb2ea

#deb2ea #eadeb2 #b2eade

Analogous Colors of #deb2ea

#deb2ea #eab2da #c2b2ea

Monochromatic Colors of #deb2ea

#deb2ea

Complementary Color

#deb2ea #beeab2

#deb2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb2ea Color CSS Codes

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

#deb2ea Text Font Color

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

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


#deb2ea Background Color

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

This div background color is #deb2ea


#deb2ea Border Color

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

This div border color is #deb2ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb2ea


Comments

No comments written yet.

Please login to write comment.