Color Hex Logo

#df8fab Color Hex

#DF8FAB
(223,143,171)
0 Favorites   0 Comments

Color spaces of #df8fab

RGB 223143171
HSL0.940.560.72
HSV339°36°87°
CMYK 0.000.360.23   0.13
XYZ47.604638.273243.4065
Yxy38.27320.36820.2960
Hunter Lab61.865329.08921.7062
CIE-Lab68.221534.0522-1.9862

#df8fab color RGB value is (223,143,171).

#df8fab hex color red value is 223, green value is 143 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #df8fab hue: 0.94 , saturation: 0.56 and the lightness value of df8fab is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001111 10101011
Octal 337 217 253
Decimal 223 143 171
Hex DF 8F AB

RGB Percentages of Color #df8fab

%41.53
%26.63
%31.84

CMYK Percentages of Color #df8fab

%0
%36
%23
%13

Triadic Colors of #df8fab

#df8fab #abdf8f #8fabdf

Analogous Colors of #df8fab

#df8fab #df9b8f #df8fd3

Monochromatic Colors of #df8fab

#df8fab

Complementary Color

#df8fab #8fdfc3

#df8fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8fab Color CSS Codes

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

#df8fab Text Font Color

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

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


#df8fab Background Color

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

This div background color is #df8fab


#df8fab Border Color

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

This div border color is #df8fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8fab


Comments

No comments written yet.

Please login to write comment.