Color Hex Logo

#dfa2af Color Hex

#DFA2AF
(223,162,175)
0 Favorites   0 Comments

Color spaces of #dfa2af

RGB 223162175
HSL0.960.490.75
HSV347°27°87°
CMYK 0.000.270.22   0.13
XYZ51.089644.623846.4780
Yxy44.62380.35930.3138
Hunter Lab66.801019.61545.5087
CIE-Lab72.643524.45422.2449

#dfa2af color RGB value is (223,162,175).

#dfa2af hex color red value is 223, green value is 162 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dfa2af hue: 0.96 , saturation: 0.49 and the lightness value of dfa2af is 0.75.

The process color (four color CMYK) of #dfa2af color hex is 0.00, 0.27, 0.22, 0.13. Web safe color of #dfa2af is #cc9999. Color #dfa2af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100010 10101111
Octal 337 242 257
Decimal 223 162 175
Hex DF A2 AF

RGB Percentages of Color #dfa2af

%39.82
%28.93
%31.25

CMYK Percentages of Color #dfa2af

%0
%27
%22
%13

Triadic Colors of #dfa2af

#dfa2af #afdfa2 #a2afdf

Analogous Colors of #dfa2af

#dfa2af #dfb4a2 #dfa2ce

Monochromatic Colors of #dfa2af

#dfa2af

Complementary Color

#dfa2af #a2dfd2

#dfa2af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa2af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa2af Color CSS Codes

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

#dfa2af Text Font Color

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

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


#dfa2af Background Color

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

This div background color is #dfa2af


#dfa2af Border Color

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

This div border color is #dfa2af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa2af


Comments

No comments written yet.

Please login to write comment.