Color Hex Logo

#de9aaf Color Hex

#DE9AAF
(222,154,175)
0 Favorites   0 Comments

Color spaces of #de9aaf

RGB 222154175
HSL0.950.510.74
HSV341°31°87°
CMYK 0.000.310.21   0.13
XYZ49.417741.735946.0087
Yxy41.73590.36030.3043
Hunter Lab64.603323.48602.9976
CIE-Lab70.688528.3972-0.6173

#de9aaf color RGB value is (222,154,175).

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

The process color (four color CMYK) of #de9aaf color hex is 0.00, 0.31, 0.21, 0.13. Web safe color of #de9aaf is #cc9999. Color #de9aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011010 10101111
Octal 336 232 257
Decimal 222 154 175
Hex DE 9A AF

RGB Percentages of Color #de9aaf

%40.29
%27.95
%31.76

CMYK Percentages of Color #de9aaf

%0
%31
%21
%13

Triadic Colors of #de9aaf

#de9aaf #afde9a #9aafde

Analogous Colors of #de9aaf

#de9aaf #dea79a #de9ad1

Monochromatic Colors of #de9aaf

#de9aaf

Complementary Color

#de9aaf #9adec9

#de9aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9aaf Color CSS Codes

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

#de9aaf Text Font Color

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

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


#de9aaf Background Color

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

This div background color is #de9aaf


#de9aaf Border Color

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

This div border color is #de9aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9aaf


Comments

No comments written yet.

Please login to write comment.