Color Hex Logo

#de95aa Color Hex

#DE95AA
(222,149,170)
0 Favorites   0 Comments

Color spaces of #de95aa

RGB 222149170
HSL0.950.530.73
HSV343°33°87°
CMYK 0.000.330.23   0.13
XYZ48.127339.926843.2003
Yxy39.92680.36670.3042
Hunter Lab63.187725.37733.6958
CIE-Lab69.417430.34560.3091

#de95aa color RGB value is (222,149,170).

#de95aa hex color red value is 222, green value is 149 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #de95aa hue: 0.95 , saturation: 0.53 and the lightness value of de95aa is 0.73.

The process color (four color CMYK) of #de95aa color hex is 0.00, 0.33, 0.23, 0.13. Web safe color of #de95aa is #cc9999. Color #de95aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010101 10101010
Octal 336 225 252
Decimal 222 149 170
Hex DE 95 AA

RGB Percentages of Color #de95aa

%41.04
%27.54
%31.42

CMYK Percentages of Color #de95aa

%0
%33
%23
%13

Triadic Colors of #de95aa

#de95aa #aade95 #95aade

Analogous Colors of #de95aa

#de95aa #dea595 #de95cf

Monochromatic Colors of #de95aa

#de95aa

Complementary Color

#de95aa #95dec9

#de95aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de95aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#de95aa Color CSS Codes

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

#de95aa Text Font Color

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

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


#de95aa Background Color

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

This div background color is #de95aa


#de95aa Border Color

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

This div border color is #de95aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de95aa


Comments

No comments written yet.

Please login to write comment.