Color Hex Logo

#dfa192 Color Hex

#DFA192
(223,161,146)
0 Favorites   0 Comments

Color spaces of #dfa192

RGB 223161146
HSL0.030.550.72
HSV12°35°87°
CMYK 0.000.280.35   0.13
XYZ48.364643.253032.9937
Yxy43.25300.38810.3471
Hunter Lab65.767016.175416.2926
CIE-Lab71.726421.047016.9180

#dfa192 color RGB value is (223,161,146).

#dfa192 hex color red value is 223, green value is 161 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #dfa192 hue: 0.03 , saturation: 0.55 and the lightness value of dfa192 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100001 10010010
Octal 337 241 222
Decimal 223 161 146
Hex DF A1 92

RGB Percentages of Color #dfa192

%42.08
%30.38
%27.55

CMYK Percentages of Color #dfa192

%0
%28
%35
%13

Triadic Colors of #dfa192

#dfa192 #92dfa1 #a192df

Analogous Colors of #dfa192

#dfa192 #dfc892 #df92aa

Monochromatic Colors of #dfa192

#dfa192

Complementary Color

#dfa192 #92d0df

#dfa192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa192 Color CSS Codes

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

#dfa192 Text Font Color

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

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


#dfa192 Background Color

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

This div background color is #dfa192


#dfa192 Border Color

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

This div border color is #dfa192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa192


Comments

No comments written yet.

Please login to write comment.