Color Hex Logo

#de8dda Color Hex

#DE8DDA
(222,141,218)
0 Favorites   0 Comments

Color spaces of #de8dda

RGB 222141218
HSL0.840.550.71
HSV303°36°87°
CMYK 0.000.360.02   0.13
XYZ52.304039.641371.2245
Yxy39.64130.32050.2429
Hunter Lab62.961338.1033-22.9984
CIE-Lab69.213342.4355-26.6952

#de8dda color RGB value is (222,141,218).

#de8dda hex color red value is 222, green value is 141 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #de8dda hue: 0.84 , saturation: 0.55 and the lightness value of de8dda is 0.71.

The process color (four color CMYK) of #de8dda color hex is 0.00, 0.36, 0.02, 0.13. Web safe color of #de8dda is #cc99cc. Color #de8dda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001101 11011010
Octal 336 215 332
Decimal 222 141 218
Hex DE 8D DA

RGB Percentages of Color #de8dda

%38.21
%24.27
%37.52

CMYK Percentages of Color #de8dda

%0
%36
%2
%13

Triadic Colors of #de8dda

#de8dda #dade8d #8ddade

Analogous Colors of #de8dda

#de8dda #de8db2 #ba8dde

Monochromatic Colors of #de8dda

#de8dda

Complementary Color

#de8dda #8dde91

#de8dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de8dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#de8dda Color CSS Codes

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

#de8dda Text Font Color

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

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


#de8dda Background Color

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

This div background color is #de8dda


#de8dda Border Color

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

This div border color is #de8dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de8dda


Comments

No comments written yet.

Please login to write comment.