Color Hex Logo

#de6cee Color Hex

#DE6CEE
(222,108,238)
0 Favorites   0 Comments

Color spaces of #de6cee

RGB 222108238
HSL0.810.790.68
HSV293°55°93°
CMYK 0.070.550.00   0.07
XYZ50.919432.427884.4644
Yxy32.42780.30340.1932
Hunter Lab56.945459.9565-48.0802
CIE-Lab63.694962.5738-46.3622

#de6cee color RGB value is (222,108,238).

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

The process color (four color CMYK) of #de6cee color hex is 0.07, 0.55, 0.00, 0.07. Web safe color of #de6cee is #cc66ff. Color #de6cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101100 11101110
Octal 336 154 356
Decimal 222 108 238
Hex DE 6C EE

RGB Percentages of Color #de6cee

%39.08
%19.01
%41.90

CMYK Percentages of Color #de6cee

%7
%55
%0
%7

Triadic Colors of #de6cee

#de6cee #eede6c #6ceede

Analogous Colors of #de6cee

#de6cee #ee6cbd #9d6cee

Monochromatic Colors of #de6cee

#de6cee

Complementary Color

#de6cee #7cee6c

#de6cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de6cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#de6cee Color CSS Codes

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

#de6cee Text Font Color

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

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


#de6cee Background Color

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

This div background color is #de6cee


#de6cee Border Color

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

This div border color is #de6cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de6cee


Comments

No comments written yet.

Please login to write comment.