Color Hex Logo

#de898d Color Hex

#DE898D
(222,137,141)
0 Favorites   0 Comments

Color spaces of #de898d

RGB 222137141
HSL0.990.560.70
HSV357°38°87°
CMYK 0.000.380.36   0.13
XYZ43.877635.344029.7088
Yxy35.34400.40280.3245
Hunter Lab59.450827.702811.9871
CIE-Lab66.015632.915011.6868

#de898d color RGB value is (222,137,141).

#de898d hex color red value is 222, green value is 137 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #de898d hue: 0.99 , saturation: 0.56 and the lightness value of de898d is 0.70.

The process color (four color CMYK) of #de898d color hex is 0.00, 0.38, 0.36, 0.13. Web safe color of #de898d is #cc9999. Color #de898d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001001 10001101
Octal 336 211 215
Decimal 222 137 141
Hex DE 89 8D

RGB Percentages of Color #de898d

%44.40
%27.40
%28.20

CMYK Percentages of Color #de898d

%0
%38
%36
%13

Triadic Colors of #de898d

#de898d #8dde89 #898dde

Analogous Colors of #de898d

#de898d #deb089 #de89b8

Monochromatic Colors of #de898d

#de898d

Complementary Color

#de898d #89deda

#de898d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de898d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de898d Color CSS Codes

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

#de898d Text Font Color

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

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


#de898d Background Color

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

This div background color is #de898d


#de898d Border Color

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

This div border color is #de898d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de898d

#de898d Color Palettes


Comments

No comments written yet.

Please login to write comment.