Color Hex Logo

#dfa3ab Color Hex

#DFA3AB
(223,163,171)
0 Favorites   0 Comments

Color spaces of #dfa3ab

RGB 223163171
HSL0.980.480.76
HSV352°27°87°
CMYK 0.000.270.23   0.13
XYZ50.879344.822644.4981
Yxy44.82260.36290.3197
Hunter Lab66.949718.49157.4577
CIE-Lab72.774923.32914.6409

#dfa3ab color RGB value is (223,163,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100011 10101011
Octal 337 243 253
Decimal 223 163 171
Hex DF A3 AB

RGB Percentages of Color #dfa3ab

%40.04
%29.26
%30.70

CMYK Percentages of Color #dfa3ab

%0
%27
%23
%13

Triadic Colors of #dfa3ab

#dfa3ab #abdfa3 #a3abdf

Analogous Colors of #dfa3ab

#dfa3ab #dfb9a3 #dfa3c9

Monochromatic Colors of #dfa3ab

#dfa3ab

Complementary Color

#dfa3ab #a3dfd7

#dfa3ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa3ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa3ab Color CSS Codes

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

#dfa3ab Text Font Color

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

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


#dfa3ab Background Color

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

This div background color is #dfa3ab


#dfa3ab Border Color

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

This div border color is #dfa3ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa3ab


Comments

No comments written yet.

Please login to write comment.