Color Hex Logo

#de98aa Color Hex

#DE98AA
(222,152,170)
0 Favorites   0 Comments

Color spaces of #de98aa

RGB 222152170
HSL0.960.510.73
HSV345°32°87°
CMYK 0.000.320.23   0.13
XYZ48.608140.888343.3605
Yxy40.88830.36590.3078
Hunter Lab63.944023.78794.5561
CIE-Lab70.097628.73631.3005

#de98aa color RGB value is (222,152,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011000 10101010
Octal 336 230 252
Decimal 222 152 170
Hex DE 98 AA

RGB Percentages of Color #de98aa

%40.81
%27.94
%31.25

CMYK Percentages of Color #de98aa

%0
%32
%23
%13

Triadic Colors of #de98aa

#de98aa #aade98 #98aade

Analogous Colors of #de98aa

#de98aa #dea998 #de98cd

Monochromatic Colors of #de98aa

#de98aa

Complementary Color

#de98aa #98decc

#de98aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de98aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#de98aa Color CSS Codes

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

#de98aa Text Font Color

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

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


#de98aa Background Color

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

This div background color is #de98aa


#de98aa Border Color

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

This div border color is #de98aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de98aa


Comments

No comments written yet.

Please login to write comment.