Color Hex Logo

#df8eac Color Hex

#DF8EAC
(223,142,172)
0 Favorites   0 Comments

Color spaces of #df8eac

RGB 223142172
HSL0.940.560.72
HSV338°36°87°
CMYK 0.000.360.23   0.13
XYZ47.550838.012543.8607
Yxy38.01250.36740.2937
Hunter Lab61.654329.77300.9792
CIE-Lab68.029834.7287-2.8282

#df8eac color RGB value is (223,142,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001110 10101100
Octal 337 216 254
Decimal 223 142 172
Hex DF 8E AC

RGB Percentages of Color #df8eac

%41.53
%26.44
%32.03

CMYK Percentages of Color #df8eac

%0
%36
%23
%13

Triadic Colors of #df8eac

#df8eac #acdf8e #8eacdf

Analogous Colors of #df8eac

#df8eac #df998e #df8ed5

Monochromatic Colors of #df8eac

#df8eac

Complementary Color

#df8eac #8edfc1

#df8eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8eac Color CSS Codes

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

#df8eac Text Font Color

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

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


#df8eac Background Color

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

This div background color is #df8eac


#df8eac Border Color

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

This div border color is #df8eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8eac


Comments

No comments written yet.

Please login to write comment.