Color Hex Logo

#df918e Color Hex

#DF918E
(223,145,142)
0 Favorites   0 Comments

Color spaces of #df918e

RGB 223145142
HSL0.010.560.72
HSV36°87°
CMYK 0.000.350.36   0.13
XYZ45.439337.891830.5101
Yxy37.89180.39910.3328
Hunter Lab61.556324.040613.7026
CIE-Lab67.940829.148113.8502

#df918e color RGB value is (223,145,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010001 10001110
Octal 337 221 216
Decimal 223 145 142
Hex DF 91 8E

RGB Percentages of Color #df918e

%43.73
%28.43
%27.84

CMYK Percentages of Color #df918e

%0
%35
%36
%13

Triadic Colors of #df918e

#df918e #8edf91 #918edf

Analogous Colors of #df918e

#df918e #dfba8e #df8eb4

Monochromatic Colors of #df918e

#df918e

Complementary Color

#df918e #8edcdf

#df918e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df918e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df918e Color CSS Codes

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

#df918e Text Font Color

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

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


#df918e Background Color

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

This div background color is #df918e


#df918e Border Color

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

This div border color is #df918e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df918e


Comments

No comments written yet.

Please login to write comment.