Color Hex Logo

#de9acd Color Hex

#DE9ACD
(222,154,205)
0 Favorites   0 Comments

Color spaces of #de9acd

RGB 222154205
HSL0.880.510.74
HSV315°31°87°
CMYK 0.000.310.08   0.13
XYZ52.699243.048663.2893
Yxy43.04860.33140.2707
Hunter Lab65.611428.5515-11.2636
CIE-Lab71.587933.2293-15.8980

#de9acd color RGB value is (222,154,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011010 11001101
Octal 336 232 315
Decimal 222 154 205
Hex DE 9A CD

RGB Percentages of Color #de9acd

%38.21
%26.51
%35.28

CMYK Percentages of Color #de9acd

%0
%31
%8
%13

Triadic Colors of #de9acd

#de9acd #cdde9a #9acdde

Analogous Colors of #de9acd

#de9acd #de9aab #cd9ade

Monochromatic Colors of #de9acd

#de9acd

Complementary Color

#de9acd #9adeab

#de9acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9acd Color CSS Codes

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

#de9acd Text Font Color

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

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


#de9acd Background Color

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

This div background color is #de9acd


#de9acd Border Color

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

This div border color is #de9acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9acd


Comments

No comments written yet.

Please login to write comment.