Color Hex Logo

#dfa4af Color Hex

#DFA4AF
(223,164,175)
0 Favorites   0 Comments

Color spaces of #dfa4af

RGB 223164175
HSL0.970.480.76
HSV349°26°87°
CMYK 0.000.260.22   0.13
XYZ51.444745.334046.5964
Yxy45.33400.35880.3162
Hunter Lab67.330518.55666.0995
CIE-Lab73.111323.37762.9236

#dfa4af color RGB value is (223,164,175).

#dfa4af hex color red value is 223, green value is 164 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dfa4af hue: 0.97 , saturation: 0.48 and the lightness value of dfa4af is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 10101111
Octal 337 244 257
Decimal 223 164 175
Hex DF A4 AF

RGB Percentages of Color #dfa4af

%39.68
%29.18
%31.14

CMYK Percentages of Color #dfa4af

%0
%26
%22
%13

Triadic Colors of #dfa4af

#dfa4af #afdfa4 #a4afdf

Analogous Colors of #dfa4af

#dfa4af #dfb7a4 #dfa4cd

Monochromatic Colors of #dfa4af

#dfa4af

Complementary Color

#dfa4af #a4dfd4

#dfa4af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa4af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa4af Color CSS Codes

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

#dfa4af Text Font Color

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

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


#dfa4af Background Color

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

This div background color is #dfa4af


#dfa4af Border Color

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

This div border color is #dfa4af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,164,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 #dfa4af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa4af


Comments

No comments written yet.

Please login to write comment.