Color Hex Logo

#de93ad Color Hex

#DE93AD
(222,147,173)
0 Favorites   0 Comments

Color spaces of #de93ad

RGB 222147173
HSL0.940.530.72
HSV339°34°87°
CMYK 0.000.340.22   0.13
XYZ48.100739.414244.6077
Yxy39.41420.36410.2983
Hunter Lab62.780726.89501.8191
CIE-Lab69.050231.8546-1.9027

#de93ad color RGB value is (222,147,173).

#de93ad hex color red value is 222, green value is 147 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #de93ad hue: 0.94 , saturation: 0.53 and the lightness value of de93ad is 0.72.

The process color (four color CMYK) of #de93ad color hex is 0.00, 0.34, 0.22, 0.13. Web safe color of #de93ad is #cc9999. Color #de93ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010011 10101101
Octal 336 223 255
Decimal 222 147 173
Hex DE 93 AD

RGB Percentages of Color #de93ad

%40.96
%27.12
%31.92

CMYK Percentages of Color #de93ad

%0
%34
%22
%13

Triadic Colors of #de93ad

#de93ad #adde93 #93adde

Analogous Colors of #de93ad

#de93ad #de9f93 #de93d3

Monochromatic Colors of #de93ad

#de93ad

Complementary Color

#de93ad #93dec4

#de93ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de93ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#de93ad Color CSS Codes

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

#de93ad Text Font Color

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

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


#de93ad Background Color

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

This div background color is #de93ad


#de93ad Border Color

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

This div border color is #de93ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de93ad


Comments

No comments written yet.

Please login to write comment.