Color Hex Logo

#deb5e5 Color Hex

#DEB5E5
(222,181,229)
0 Favorites   0 Comments

Color spaces of #deb5e5

RGB 222181229
HSL0.810.480.80
HSV291°21°90°
CMYK 0.030.210.00   0.10
XYZ60.790954.234581.3930
Yxy54.23450.30950.2761
Hunter Lab73.644118.4691-13.9777
CIE-Lab78.598323.0432-18.4117

#deb5e5 color RGB value is (222,181,229).

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

The process color (four color CMYK) of #deb5e5 color hex is 0.03, 0.21, 0.00, 0.10. Web safe color of #deb5e5 is #cccccc. Color #deb5e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110101 11100101
Octal 336 265 345
Decimal 222 181 229
Hex DE B5 E5

RGB Percentages of Color #deb5e5

%35.13
%28.64
%36.23

CMYK Percentages of Color #deb5e5

%3
%21
%0
%10

Triadic Colors of #deb5e5

#deb5e5 #e5deb5 #b5e5de

Analogous Colors of #deb5e5

#deb5e5 #e5b5d4 #c6b5e5

Monochromatic Colors of #deb5e5

#deb5e5

Complementary Color

#deb5e5 #bce5b5

#deb5e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb5e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb5e5 Color CSS Codes

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

#deb5e5 Text Font Color

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

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


#deb5e5 Background Color

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

This div background color is #deb5e5


#deb5e5 Border Color

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

This div border color is #deb5e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb5e5


Comments

No comments written yet.

Please login to write comment.