Color Hex Logo

#de9bef Color Hex

#DE9BEF
(222,155,239)
0 Favorites   0 Comments

Color spaces of #de9bef

RGB 222155239
HSL0.800.720.77
HSV288°35°94°
CMYK 0.070.350.00   0.06
XYZ57.425545.204387.3600
Yxy45.20430.30230.2379
Hunter Lab67.234134.7993-29.9740
CIE-Lab73.026238.9597-32.3501

#de9bef color RGB value is (222,155,239).

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

The process color (four color CMYK) of #de9bef color hex is 0.07, 0.35, 0.00, 0.06. Web safe color of #de9bef is #cc99ff. Color #de9bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011011 11101111
Octal 336 233 357
Decimal 222 155 239
Hex DE 9B EF

RGB Percentages of Color #de9bef

%36.04
%25.16
%38.80

CMYK Percentages of Color #de9bef

%7
%35
%0
%6

Triadic Colors of #de9bef

#de9bef #efde9b #9befde

Analogous Colors of #de9bef

#de9bef #ef9bd6 #b49bef

Monochromatic Colors of #de9bef

#de9bef

Complementary Color

#de9bef #acef9b

#de9bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9bef Color CSS Codes

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

#de9bef Text Font Color

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

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


#de9bef Background Color

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

This div background color is #de9bef


#de9bef Border Color

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

This div border color is #de9bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9bef


Comments

No comments written yet.

Please login to write comment.