Color Hex Logo

#df8196 Color Hex

#DF8196
(223,129,150)
0 Favorites   0 Comments

Color spaces of #df8196

RGB 223129150
HSL0.960.590.69
HSV347°42°87°
CMYK 0.000.420.33   0.13
XYZ43.786733.590533.0300
Yxy33.59050.39660.3042
Hunter Lab57.957333.43136.7806
CIE-Lab64.636238.59364.6444

#df8196 color RGB value is (223,129,150).

#df8196 hex color red value is 223, green value is 129 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #df8196 hue: 0.96 , saturation: 0.59 and the lightness value of df8196 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000001 10010110
Octal 337 201 226
Decimal 223 129 150
Hex DF 81 96

RGB Percentages of Color #df8196

%44.42
%25.70
%29.88

CMYK Percentages of Color #df8196

%0
%42
%33
%13

Triadic Colors of #df8196

#df8196 #96df81 #8196df

Analogous Colors of #df8196

#df8196 #df9b81 #df81c5

Monochromatic Colors of #df8196

#df8196

Complementary Color

#df8196 #81dfca

#df8196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8196 Color CSS Codes

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

#df8196 Text Font Color

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

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


#df8196 Background Color

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

This div background color is #df8196


#df8196 Border Color

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

This div border color is #df8196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8196


Comments

No comments written yet.

Please login to write comment.