Color Hex Logo

#dfa9be Color Hex

#DFA9BE
(223,169,190)
0 Favorites   0 Comments

Color spaces of #dfa9be

RGB 223169190
HSL0.940.460.77
HSV337°24°87°
CMYK 0.000.240.15   0.13
XYZ53.913747.781655.0964
Yxy47.78160.34390.3047
Hunter Lab69.124218.25431.1291
CIE-Lab74.687023.0030-3.0172

#dfa9be color RGB value is (223,169,190).

#dfa9be hex color red value is 223, green value is 169 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dfa9be hue: 0.94 , saturation: 0.46 and the lightness value of dfa9be is 0.77.

The process color (four color CMYK) of #dfa9be color hex is 0.00, 0.24, 0.15, 0.13. Web safe color of #dfa9be is #cc99cc. Color #dfa9be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101001 10111110
Octal 337 251 276
Decimal 223 169 190
Hex DF A9 BE

RGB Percentages of Color #dfa9be

%38.32
%29.04
%32.65

CMYK Percentages of Color #dfa9be

%0
%24
%15
%13

Triadic Colors of #dfa9be

#dfa9be #bedfa9 #a9bedf

Analogous Colors of #dfa9be

#dfa9be #dfafa9 #dfa9d9

Monochromatic Colors of #dfa9be

#dfa9be

Complementary Color

#dfa9be #a9dfca

#dfa9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa9be Color CSS Codes

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

#dfa9be Text Font Color

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

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


#dfa9be Background Color

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

This div background color is #dfa9be


#dfa9be Border Color

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

This div border color is #dfa9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa9be


Comments

No comments written yet.

Please login to write comment.