Color Hex Logo

#de949f Color Hex

#DE949F
(222,148,159)
0 Favorites   0 Comments

Color spaces of #de949f

RGB 222148159
HSL0.980.530.73
HSV351°33°87°
CMYK 0.000.330.28   0.13
XYZ46.972139.212637.8940
Yxy39.21260.37860.3160
Hunter Lab62.620024.31047.9551
CIE-Lab68.905029.33975.7076

#de949f color RGB value is (222,148,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010100 10011111
Octal 336 224 237
Decimal 222 148 159
Hex DE 94 9F

RGB Percentages of Color #de949f

%41.97
%27.98
%30.06

CMYK Percentages of Color #de949f

%0
%33
%28
%13

Triadic Colors of #de949f

#de949f #9fde94 #949fde

Analogous Colors of #de949f

#de949f #deae94 #de94c4

Monochromatic Colors of #de949f

#de949f

Complementary Color

#de949f #94ded3

#de949f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de949f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de949f Color CSS Codes

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

#de949f Text Font Color

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

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


#de949f Background Color

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

This div background color is #de949f


#de949f Border Color

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

This div border color is #de949f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de949f


Comments

No comments written yet.

Please login to write comment.