Color Hex Logo

#de6def Color Hex

#DE6DEF
(222,109,239)
0 Favorites   0 Comments

Color spaces of #de6def

RGB 222109239
HSL0.810.800.68
HSV292°54°94°
CMYK 0.070.540.00   0.06
XYZ51.172832.698985.2758
Yxy32.69890.30250.1933
Hunter Lab57.183059.6688-48.3899
CIE-Lab63.916462.2917-46.5669

#de6def color RGB value is (222,109,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101101 11101111
Octal 336 155 357
Decimal 222 109 239
Hex DE 6D EF

RGB Percentages of Color #de6def

%38.95
%19.12
%41.93

CMYK Percentages of Color #de6def

%7
%54
%0
%6

Triadic Colors of #de6def

#de6def #efde6d #6defde

Analogous Colors of #de6def

#de6def #ef6dbf #9d6def

Monochromatic Colors of #de6def

#de6def

Complementary Color

#de6def #7eef6d

#de6def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de6def Color Preview on White Background

Lorem ipsum dolor sit amet.

#de6def Color CSS Codes

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

#de6def Text Font Color

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

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


#de6def Background Color

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

This div background color is #de6def


#de6def Border Color

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

This div border color is #de6def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de6def


Comments

No comments written yet.

Please login to write comment.