Color Hex Logo

#df979a Color Hex

#DF979A
(223,151,154)
0 Favorites   0 Comments

Color spaces of #df979a

RGB 223151154
HSL0.990.530.73
HSV358°32°87°
CMYK 0.000.320.31   0.13
XYZ47.330840.154335.8278
Yxy40.15430.38380.3256
Hunter Lab63.367422.433410.8348
CIE-Lab69.579327.43699.4750

#df979a color RGB value is (223,151,154).

#df979a hex color red value is 223, green value is 151 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #df979a hue: 0.99 , saturation: 0.53 and the lightness value of df979a is 0.73.

The process color (four color CMYK) of #df979a color hex is 0.00, 0.32, 0.31, 0.13. Web safe color of #df979a is #cc9999. Color #df979a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010111 10011010
Octal 337 227 232
Decimal 223 151 154
Hex DF 97 9A

RGB Percentages of Color #df979a

%42.23
%28.60
%29.17

CMYK Percentages of Color #df979a

%0
%32
%31
%13

Triadic Colors of #df979a

#df979a #9adf97 #979adf

Analogous Colors of #df979a

#df979a #dfb897 #df97be

Monochromatic Colors of #df979a

#df979a

Complementary Color

#df979a #97dfdc

#df979a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df979a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df979a Color CSS Codes

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

#df979a Text Font Color

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

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


#df979a Background Color

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

This div background color is #df979a


#df979a Border Color

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

This div border color is #df979a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,151,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #df979a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #df979a;
  -webkit-box-shadow: 1px 1px 3px 2px #df979a;
  box-shadow:         1px 1px 3px 2px #df979a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,151,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df979a


Comments

No comments written yet.

Please login to write comment.