Color Hex Logo

#de6edb Color Hex

#DE6EDB
(222,110,219)
0 Favorites   0 Comments

Color spaces of #de6edb

RGB 222110219
HSL0.840.630.65
HSV302°50°87°
CMYK 0.000.500.01   0.13
XYZ48.486331.795970.5996
Yxy31.79590.32140.2107
Hunter Lab56.387954.8083-34.7617
CIE-Lab63.173858.2458-36.5988

#de6edb color RGB value is (222,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101110 11011011
Octal 336 156 333
Decimal 222 110 219
Hex DE 6E DB

RGB Percentages of Color #de6edb

%40.29
%19.96
%39.75

CMYK Percentages of Color #de6edb

%0
%50
%1
%13

Triadic Colors of #de6edb

#de6edb #dbde6e #6edbde

Analogous Colors of #de6edb

#de6edb #de6ea3 #a96ede

Monochromatic Colors of #de6edb

#de6edb

Complementary Color

#de6edb #6ede71

#de6edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de6edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de6edb Color CSS Codes

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

#de6edb Text Font Color

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

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


#de6edb Background Color

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

This div background color is #de6edb


#de6edb Border Color

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

This div border color is #de6edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de6edb


Comments

No comments written yet.

Please login to write comment.