Color Hex Logo

#dfa4bd Color Hex

#DFA4BD
(223,164,189)
0 Favorites   0 Comments

Color spaces of #dfa4bd

RGB 223164189
HSL0.930.480.76
HSV335°26°87°
CMYK 0.000.260.15   0.13
XYZ52.892245.913054.2185
Yxy45.91300.34560.3000
Hunter Lab67.759120.7571-0.0104
CIE-Lab73.489025.5357-4.2316

#dfa4bd color RGB value is (223,164,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 10111101
Octal 337 244 275
Decimal 223 164 189
Hex DF A4 BD

RGB Percentages of Color #dfa4bd

%38.72
%28.47
%32.81

CMYK Percentages of Color #dfa4bd

%0
%26
%15
%13

Triadic Colors of #dfa4bd

#dfa4bd #bddfa4 #a4bddf

Analogous Colors of #dfa4bd

#dfa4bd #dfa9a4 #dfa4db

Monochromatic Colors of #dfa4bd

#dfa4bd

Complementary Color

#dfa4bd #a4dfc6

#dfa4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa4bd Color CSS Codes

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

#dfa4bd Text Font Color

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

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


#dfa4bd Background Color

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

This div background color is #dfa4bd


#dfa4bd Border Color

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

This div border color is #dfa4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa4bd


Comments

No comments written yet.

Please login to write comment.