Color Hex Logo

#dfa7bf Color Hex

#DFA7BF
(223,167,191)
0 Favorites   0 Comments

Color spaces of #dfa7bf

RGB 223167191
HSL0.930.470.76
HSV334°25°87°
CMYK 0.000.250.14   0.13
XYZ53.654147.087055.5510
Yxy47.08700.34330.3013
Hunter Lab68.620019.48460.0360
CIE-Lab74.245424.2410-4.2157

#dfa7bf color RGB value is (223,167,191).

#dfa7bf hex color red value is 223, green value is 167 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dfa7bf hue: 0.93 , saturation: 0.47 and the lightness value of dfa7bf is 0.76.

The process color (four color CMYK) of #dfa7bf color hex is 0.00, 0.25, 0.14, 0.13. Web safe color of #dfa7bf is #cc99cc. Color #dfa7bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100111 10111111
Octal 337 247 277
Decimal 223 167 191
Hex DF A7 BF

RGB Percentages of Color #dfa7bf

%38.38
%28.74
%32.87

CMYK Percentages of Color #dfa7bf

%0
%25
%14
%13

Triadic Colors of #dfa7bf

#dfa7bf #bfdfa7 #a7bfdf

Analogous Colors of #dfa7bf

#dfa7bf #dfaba7 #dfa7db

Monochromatic Colors of #dfa7bf

#dfa7bf

Complementary Color

#dfa7bf #a7dfc7

#dfa7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa7bf Color CSS Codes

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

#dfa7bf Text Font Color

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

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


#dfa7bf Background Color

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

This div background color is #dfa7bf


#dfa7bf Border Color

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

This div border color is #dfa7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa7bf


Comments

No comments written yet.

Please login to write comment.