Color Hex Logo

#de849e Color Hex

#DE849E
(222,132,158)
0 Favorites   0 Comments

Color spaces of #de849e

RGB 222132158
HSL0.950.580.69
HSV343°41°87°
CMYK 0.000.410.29   0.13
XYZ44.547034.500736.6592
Yxy34.50070.38500.2982
Hunter Lab58.737332.58614.1120
CIE-Lab65.358137.70451.1371

#de849e color RGB value is (222,132,158).

#de849e hex color red value is 222, green value is 132 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #de849e hue: 0.95 , saturation: 0.58 and the lightness value of de849e is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000100 10011110
Octal 336 204 236
Decimal 222 132 158
Hex DE 84 9E

RGB Percentages of Color #de849e

%43.36
%25.78
%30.86

CMYK Percentages of Color #de849e

%0
%41
%29
%13

Triadic Colors of #de849e

#de849e #9ede84 #849ede

Analogous Colors of #de849e

#de849e #de9784 #de84cb

Monochromatic Colors of #de849e

#de849e

Complementary Color

#de849e #84dec4

#de849e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de849e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de849e Color CSS Codes

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

#de849e Text Font Color

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

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


#de849e Background Color

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

This div background color is #de849e


#de849e Border Color

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

This div border color is #de849e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de849e


Comments

No comments written yet.

Please login to write comment.