Color Hex Logo

#de949d Color Hex

#DE949D
(222,148,157)
0 Favorites   0 Comments

Color spaces of #de949d

RGB 222148157
HSL0.980.530.73
HSV353°33°87°
CMYK 0.000.330.29   0.13
XYZ46.799939.143736.9872
Yxy39.14370.38070.3184
Hunter Lab62.564924.03328.7443
CIE-Lab68.855229.07056.7530

#de949d color RGB value is (222,148,157).

#de949d hex color red value is 222, green value is 148 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #de949d hue: 0.98 , saturation: 0.53 and the lightness value of de949d is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010100 10011101
Octal 336 224 235
Decimal 222 148 157
Hex DE 94 9D

RGB Percentages of Color #de949d

%42.13
%28.08
%29.79

CMYK Percentages of Color #de949d

%0
%33
%29
%13

Triadic Colors of #de949d

#de949d #9dde94 #949dde

Analogous Colors of #de949d

#de949d #deb094 #de94c2

Monochromatic Colors of #de949d

#de949d

Complementary Color

#de949d #94ded5

#de949d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de949d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de949d Color CSS Codes

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

#de949d Text Font Color

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

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


#de949d Background Color

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

This div background color is #de949d


#de949d Border Color

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

This div border color is #de949d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de949d


Comments

No comments written yet.

Please login to write comment.