Color Hex Logo

#dfafb7 Color Hex

#DFAFB7
(223,175,183)
0 Favorites   0 Comments

Color spaces of #dfafb7

RGB 223175183
HSL0.970.430.78
HSV350°22°87°
CMYK 0.000.220.18   0.13
XYZ54.308649.766851.5433
Yxy49.76680.34900.3198
Hunter Lab70.545613.96116.0624
CIE-Lab75.925918.67082.6212

#dfafb7 color RGB value is (223,175,183).

#dfafb7 hex color red value is 223, green value is 175 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #dfafb7 hue: 0.97 , saturation: 0.43 and the lightness value of dfafb7 is 0.78.

The process color (four color CMYK) of #dfafb7 color hex is 0.00, 0.22, 0.18, 0.13. Web safe color of #dfafb7 is #cc99cc. Color #dfafb7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 10110111
Octal 337 257 267
Decimal 223 175 183
Hex DF AF B7

RGB Percentages of Color #dfafb7

%38.38
%30.12
%31.50

CMYK Percentages of Color #dfafb7

%0
%22
%18
%13

Triadic Colors of #dfafb7

#dfafb7 #b7dfaf #afb7df

Analogous Colors of #dfafb7

#dfafb7 #dfbfaf #dfafcf

Monochromatic Colors of #dfafb7

#dfafb7

Complementary Color

#dfafb7 #afdfd7

#dfafb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfafb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfafb7 Color CSS Codes

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

#dfafb7 Text Font Color

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

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


#dfafb7 Background Color

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

This div background color is #dfafb7


#dfafb7 Border Color

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

This div border color is #dfafb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfafb7


Comments

No comments written yet.

Please login to write comment.