Color Hex Logo

#dfa3bd Color Hex

#DFA3BD
(223,163,189)
0 Favorites   0 Comments

Color spaces of #dfa3bd

RGB 223163189
HSL0.930.480.76
HSV334°27°87°
CMYK 0.000.270.15   0.13
XYZ52.713945.556554.1591
Yxy45.55650.34580.2989
Hunter Lab67.495621.2909-0.3280
CIE-Lab73.256826.0740-4.5741

#dfa3bd color RGB value is (223,163,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100011 10111101
Octal 337 243 275
Decimal 223 163 189
Hex DF A3 BD

RGB Percentages of Color #dfa3bd

%38.78
%28.35
%32.87

CMYK Percentages of Color #dfa3bd

%0
%27
%15
%13

Triadic Colors of #dfa3bd

#dfa3bd #bddfa3 #a3bddf

Analogous Colors of #dfa3bd

#dfa3bd #dfa7a3 #dfa3db

Monochromatic Colors of #dfa3bd

#dfa3bd

Complementary Color

#dfa3bd #a3dfc5

#dfa3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa3bd Color CSS Codes

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

#dfa3bd Text Font Color

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

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


#dfa3bd Background Color

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

This div background color is #dfa3bd


#dfa3bd Border Color

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

This div border color is #dfa3bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,163,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 #dfa3bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa3bd


Comments

No comments written yet.

Please login to write comment.