Color Hex Logo

#dfa7b5 Color Hex

#DFA7B5
(223,167,181)
0 Favorites   0 Comments

Color spaces of #dfa7b5

RGB 223167181
HSL0.960.470.76
HSV345°25°87°
CMYK 0.000.250.19   0.13
XYZ52.590646.661649.9508
Yxy46.66160.35250.3127
Hunter Lab68.309317.88404.4610
CIE-Lab73.972822.66740.8759

#dfa7b5 color RGB value is (223,167,181).

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

The process color (four color CMYK) of #dfa7b5 color hex is 0.00, 0.25, 0.19, 0.13. Web safe color of #dfa7b5 is #cc99cc. Color #dfa7b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100111 10110101
Octal 337 247 265
Decimal 223 167 181
Hex DF A7 B5

RGB Percentages of Color #dfa7b5

%39.05
%29.25
%31.70

CMYK Percentages of Color #dfa7b5

%0
%25
%19
%13

Triadic Colors of #dfa7b5

#dfa7b5 #b5dfa7 #a7b5df

Analogous Colors of #dfa7b5

#dfa7b5 #dfb5a7 #dfa7d1

Monochromatic Colors of #dfa7b5

#dfa7b5

Complementary Color

#dfa7b5 #a7dfd1

#dfa7b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa7b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa7b5 Color CSS Codes

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

#dfa7b5 Text Font Color

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

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


#dfa7b5 Background Color

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

This div background color is #dfa7b5


#dfa7b5 Border Color

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

This div border color is #dfa7b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa7b5


Comments

No comments written yet.

Please login to write comment.