Color Hex Logo

#de8cef Color Hex

#DE8CEF
(222,140,239)
0 Favorites   0 Comments

Color spaces of #de8cef

RGB 222140239
HSL0.800.760.74
HSV290°41°94°
CMYK 0.070.410.00   0.06
XYZ55.082340.517886.5789
Yxy40.51780.30240.2224
Hunter Lab63.653643.0702-36.0862
CIE-Lab69.836846.8782-37.2936

#de8cef color RGB value is (222,140,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001100 11101111
Octal 336 214 357
Decimal 222 140 239
Hex DE 8C EF

RGB Percentages of Color #de8cef

%36.94
%23.29
%39.77

CMYK Percentages of Color #de8cef

%7
%41
%0
%6

Triadic Colors of #de8cef

#de8cef #efde8c #8cefde

Analogous Colors of #de8cef

#de8cef #ef8ccf #ad8cef

Monochromatic Colors of #de8cef

#de8cef

Complementary Color

#de8cef #9def8c

#de8cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de8cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#de8cef Color CSS Codes

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

#de8cef Text Font Color

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

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


#de8cef Background Color

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

This div background color is #de8cef


#de8cef Border Color

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

This div border color is #de8cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de8cef


Comments

No comments written yet.

Please login to write comment.