Color Hex Logo

#de9eae Color Hex

#DE9EAE
(222,158,174)
0 Favorites   0 Comments

Color spaces of #de9eae

RGB 222158174
HSL0.960.490.75
HSV345°29°87°
CMYK 0.000.290.22   0.13
XYZ49.991043.039345.7170
Yxy43.03930.36030.3102
Hunter Lab65.604321.21074.6063
CIE-Lab71.581626.09601.2405

#de9eae color RGB value is (222,158,174).

#de9eae hex color red value is 222, green value is 158 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #de9eae hue: 0.96 , saturation: 0.49 and the lightness value of de9eae is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011110 10101110
Octal 336 236 256
Decimal 222 158 174
Hex DE 9E AE

RGB Percentages of Color #de9eae

%40.07
%28.52
%31.41

CMYK Percentages of Color #de9eae

%0
%29
%22
%13

Triadic Colors of #de9eae

#de9eae #aede9e #9eaede

Analogous Colors of #de9eae

#de9eae #deae9e #de9ece

Monochromatic Colors of #de9eae

#de9eae

Complementary Color

#de9eae #9edece

#de9eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9eae Color CSS Codes

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

#de9eae Text Font Color

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

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


#de9eae Background Color

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

This div background color is #de9eae


#de9eae Border Color

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

This div border color is #de9eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9eae


Comments

No comments written yet.

Please login to write comment.