Color Hex Logo

#dfa7bc Color Hex

#DFA7BC
(223,167,188)
0 Favorites   0 Comments

Color spaces of #dfa7bc

RGB 223167188
HSL0.940.470.76
HSV338°25°87°
CMYK 0.000.250.16   0.13
XYZ53.327246.956253.8298
Yxy46.95620.34600.3047
Hunter Lab68.524618.99421.3917
CIE-Lab74.161723.7605-2.6921

#dfa7bc color RGB value is (223,167,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100111 10111100
Octal 337 247 274
Decimal 223 167 188
Hex DF A7 BC

RGB Percentages of Color #dfa7bc

%38.58
%28.89
%32.53

CMYK Percentages of Color #dfa7bc

%0
%25
%16
%13

Triadic Colors of #dfa7bc

#dfa7bc #bcdfa7 #a7bcdf

Analogous Colors of #dfa7bc

#dfa7bc #dfaea7 #dfa7d8

Monochromatic Colors of #dfa7bc

#dfa7bc

Complementary Color

#dfa7bc #a7dfca

#dfa7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa7bc Color CSS Codes

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

#dfa7bc Text Font Color

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

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


#dfa7bc Background Color

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

This div background color is #dfa7bc


#dfa7bc Border Color

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

This div border color is #dfa7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa7bc


Comments

No comments written yet.

Please login to write comment.