Color Hex Logo

#de98ae Color Hex

#DE98AE
(222,152,174)
0 Favorites   0 Comments

Color spaces of #de98ae

RGB 222152174
HSL0.950.510.73
HSV341°32°87°
CMYK 0.000.320.22   0.13
XYZ48.992441.042145.3841
Yxy41.04210.36180.3031
Hunter Lab64.064124.39392.8428
CIE-Lab70.205429.3225-0.7679

#de98ae color RGB value is (222,152,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011000 10101110
Octal 336 230 256
Decimal 222 152 174
Hex DE 98 AE

RGB Percentages of Color #de98ae

%40.51
%27.74
%31.75

CMYK Percentages of Color #de98ae

%0
%32
%22
%13

Triadic Colors of #de98ae

#de98ae #aede98 #98aede

Analogous Colors of #de98ae

#de98ae #dea598 #de98d1

Monochromatic Colors of #de98ae

#de98ae

Complementary Color

#de98ae #98dec8

#de98ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de98ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#de98ae Color CSS Codes

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

#de98ae Text Font Color

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

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


#de98ae Background Color

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

This div background color is #de98ae


#de98ae Border Color

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

This div border color is #de98ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de98ae


Comments

No comments written yet.

Please login to write comment.