Color Hex Logo

#de9ad2 Color Hex

#DE9AD2
(222,154,210)
0 Favorites   0 Comments

Color spaces of #de9ad2

RGB 222154210
HSL0.860.510.74
HSV311°31°87°
CMYK 0.000.310.05   0.13
XYZ53.312743.293966.5195
Yxy43.29390.32680.2654
Hunter Lab65.798129.4824-13.8814
CIE-Lab71.754034.1014-18.4044

#de9ad2 color RGB value is (222,154,210).

#de9ad2 hex color red value is 222, green value is 154 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #de9ad2 hue: 0.86 , saturation: 0.51 and the lightness value of de9ad2 is 0.74.

The process color (four color CMYK) of #de9ad2 color hex is 0.00, 0.31, 0.05, 0.13. Web safe color of #de9ad2 is #cc99cc. Color #de9ad2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011010 11010010
Octal 336 232 322
Decimal 222 154 210
Hex DE 9A D2

RGB Percentages of Color #de9ad2

%37.88
%26.28
%35.84

CMYK Percentages of Color #de9ad2

%0
%31
%5
%13

Triadic Colors of #de9ad2

#de9ad2 #d2de9a #9ad2de

Analogous Colors of #de9ad2

#de9ad2 #de9ab0 #c89ade

Monochromatic Colors of #de9ad2

#de9ad2

Complementary Color

#de9ad2 #9adea6

#de9ad2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9ad2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9ad2 Color CSS Codes

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

#de9ad2 Text Font Color

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

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


#de9ad2 Background Color

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

This div background color is #de9ad2


#de9ad2 Border Color

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

This div border color is #de9ad2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9ad2


Comments

No comments written yet.

Please login to write comment.