Color Hex Logo

#de8dee Color Hex

#DE8DEE
(222,141,238)
0 Favorites   0 Comments

Color spaces of #de8dee

RGB 222141238
HSL0.810.740.74
HSV290°41°93°
CMYK 0.070.410.00   0.07
XYZ55.081740.752485.8518
Yxy40.75240.30320.2243
Hunter Lab63.837642.3013-35.0496
CIE-Lab70.002146.1639-36.4884

#de8dee color RGB value is (222,141,238).

#de8dee hex color red value is 222, green value is 141 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #de8dee hue: 0.81 , saturation: 0.74 and the lightness value of de8dee is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001101 11101110
Octal 336 215 356
Decimal 222 141 238
Hex DE 8D EE

RGB Percentages of Color #de8dee

%36.94
%23.46
%39.60

CMYK Percentages of Color #de8dee

%7
%41
%0
%7

Triadic Colors of #de8dee

#de8dee #eede8d #8deede

Analogous Colors of #de8dee

#de8dee #ee8dce #ae8dee

Monochromatic Colors of #de8dee

#de8dee

Complementary Color

#de8dee #9dee8d

#de8dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de8dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#de8dee Color CSS Codes

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

#de8dee Text Font Color

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

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


#de8dee Background Color

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

This div background color is #de8dee


#de8dee Border Color

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

This div border color is #de8dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de8dee


Comments

No comments written yet.

Please login to write comment.