Color Hex Logo

#de6ede Color Hex

#DE6EDE
(222,110,222)
0 Favorites   0 Comments

Color spaces of #de6ede

RGB 222110222
HSL0.830.630.65
HSV300°50°87°
CMYK 0.000.500.00   0.13
XYZ48.884931.955472.6987
Yxy31.95540.31840.2081
Hunter Lab56.529155.4362-36.6789
CIE-Lab63.306058.7679-38.0698

#de6ede color RGB value is (222,110,222).

#de6ede hex color red value is 222, green value is 110 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #de6ede hue: 0.83 , saturation: 0.63 and the lightness value of de6ede is 0.65.

The process color (four color CMYK) of #de6ede color hex is 0.00, 0.50, 0.00, 0.13. Web safe color of #de6ede is #cc66cc. Color #de6ede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101110 11011110
Octal 336 156 336
Decimal 222 110 222
Hex DE 6E DE

RGB Percentages of Color #de6ede

%40.07
%19.86
%40.07

CMYK Percentages of Color #de6ede

%0
%50
%0
%13

Triadic Colors of #de6ede

#de6ede #dede6e #6edede

Analogous Colors of #de6ede

#de6ede #de6ea6 #a66ede

Monochromatic Colors of #de6ede

#de6ede

Complementary Color

#de6ede #6ede6e

#de6ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de6ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#de6ede Color CSS Codes

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

#de6ede Text Font Color

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

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


#de6ede Background Color

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

This div background color is #de6ede


#de6ede Border Color

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

This div border color is #de6ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de6ede


Comments

No comments written yet.

Please login to write comment.