Color Hex Logo

#de9dda Color Hex

#DE9DDA
(222,157,218)
0 Favorites   0 Comments

Color spaces of #de9dda

RGB 222157218
HSL0.840.500.74
HSV304°29°87°
CMYK 0.000.290.02   0.13
XYZ54.836144.705572.0685
Yxy44.70550.31950.2605
Hunter Lab66.862229.3855-17.1032
CIE-Lab72.697633.9251-21.3709

#de9dda color RGB value is (222,157,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011101 11011010
Octal 336 235 332
Decimal 222 157 218
Hex DE 9D DA

RGB Percentages of Color #de9dda

%37.19
%26.30
%36.52

CMYK Percentages of Color #de9dda

%0
%29
%2
%13

Triadic Colors of #de9dda

#de9dda #dade9d #9ddade

Analogous Colors of #de9dda

#de9dda #de9dba #c29dde

Monochromatic Colors of #de9dda

#de9dda

Complementary Color

#de9dda #9ddea1

#de9dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9dda Color CSS Codes

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

#de9dda Text Font Color

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

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


#de9dda Background Color

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

This div background color is #de9dda


#de9dda Border Color

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

This div border color is #de9dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9dda


Comments

No comments written yet.

Please login to write comment.