Color Hex Logo

#de8aad Color Hex

#DE8AAD
(222,138,173)
0 Favorites   0 Comments

Color spaces of #de8aad

RGB 222138173
HSL0.930.560.71
HSV335°38°87°
CMYK 0.000.380.22   0.13
XYZ46.755536.723744.1593
Yxy36.72370.36630.2877
Hunter Lab60.600131.6701-0.7846
CIE-Lab67.069236.6439-4.8189

#de8aad color RGB value is (222,138,173).

#de8aad hex color red value is 222, green value is 138 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #de8aad hue: 0.93 , saturation: 0.56 and the lightness value of de8aad is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001010 10101101
Octal 336 212 255
Decimal 222 138 173
Hex DE 8A AD

RGB Percentages of Color #de8aad

%41.65
%25.89
%32.46

CMYK Percentages of Color #de8aad

%0
%38
%22
%13

Triadic Colors of #de8aad

#de8aad #adde8a #8aadde

Analogous Colors of #de8aad

#de8aad #de918a #de8ad7

Monochromatic Colors of #de8aad

#de8aad

Complementary Color

#de8aad #8adebb

#de8aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de8aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#de8aad Color CSS Codes

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

#de8aad Text Font Color

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

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


#de8aad Background Color

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

This div background color is #de8aad


#de8aad Border Color

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

This div border color is #de8aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de8aad


Comments

No comments written yet.

Please login to write comment.