Color Hex Logo

#de9bff Color Hex

#DE9BFF
(222,155,255)
0 Favorites   0 Comments

Color spaces of #de9bff

RGB 222155255
HSL0.781.000.80
HSV280°39°100°
CMYK 0.130.390.00   0.00
XYZ59.895546.1923100.3669
Yxy46.19230.29010.2237
Hunter Lab67.964938.3682-39.9808
CIE-Lab73.670142.1596-40.0399

#de9bff color RGB value is (222,155,255).

#de9bff hex color red value is 222, green value is 155 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #de9bff hue: 0.78 , saturation: 1.00 and the lightness value of de9bff is 0.80.

The process color (four color CMYK) of #de9bff color hex is 0.13, 0.39, 0.00, 0.00. Web safe color of #de9bff is #cc99ff. Color #de9bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011011 11111111
Octal 336 233 377
Decimal 222 155 255
Hex DE 9B FF

RGB Percentages of Color #de9bff

%35.13
%24.53
%40.35

CMYK Percentages of Color #de9bff

%13
%39
%0
%0

Triadic Colors of #de9bff

#de9bff #ffde9b #9bffde

Analogous Colors of #de9bff

#de9bff #ff9bee #ac9bff

Monochromatic Colors of #de9bff

#de9bff

Complementary Color

#de9bff #bcff9b

#de9bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9bff Color CSS Codes

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

#de9bff Text Font Color

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

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


#de9bff Background Color

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

This div background color is #de9bff


#de9bff Border Color

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

This div border color is #de9bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9bff


Comments

No comments written yet.

Please login to write comment.