Color Hex Logo

#dfa6bb Color Hex

#DFA6BB
(223,166,187)
0 Favorites   0 Comments

Color spaces of #dfa6bb

RGB 223166187
HSL0.940.470.76
HSV338°26°87°
CMYK 0.000.260.16   0.13
XYZ53.037346.548353.2031
Yxy46.54830.34710.3047
Hunter Lab68.226319.36501.5239
CIE-Lab73.899924.1405-2.5274

#dfa6bb color RGB value is (223,166,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100110 10111011
Octal 337 246 273
Decimal 223 166 187
Hex DF A6 BB

RGB Percentages of Color #dfa6bb

%38.72
%28.82
%32.47

CMYK Percentages of Color #dfa6bb

%0
%26
%16
%13

Triadic Colors of #dfa6bb

#dfa6bb #bbdfa6 #a6bbdf

Analogous Colors of #dfa6bb

#dfa6bb #dfaea6 #dfa6d8

Monochromatic Colors of #dfa6bb

#dfa6bb

Complementary Color

#dfa6bb #a6dfca

#dfa6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa6bb Color CSS Codes

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

#dfa6bb Text Font Color

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

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


#dfa6bb Background Color

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

This div background color is #dfa6bb


#dfa6bb Border Color

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

This div border color is #dfa6bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa6bb


Comments

No comments written yet.

Please login to write comment.