Color Hex Logo

#df7faa Color Hex

#DF7FAA
(223,127,170)
0 Favorites   0 Comments

Color spaces of #df7faa

RGB 223127170
HSL0.930.600.69
HSV333°43°87°
CMYK 0.000.430.24   0.13
XYZ45.276533.769042.1619
Yxy33.76900.37350.2786
Hunter Lab58.111137.3815-2.3395
CIE-Lab64.778842.3099-6.5013

#df7faa color RGB value is (223,127,170).

#df7faa hex color red value is 223, green value is 127 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #df7faa hue: 0.93 , saturation: 0.60 and the lightness value of df7faa is 0.69.

The process color (four color CMYK) of #df7faa color hex is 0.00, 0.43, 0.24, 0.13. Web safe color of #df7faa is #cc6699. Color #df7faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111111 10101010
Octal 337 177 252
Decimal 223 127 170
Hex DF 7F AA

RGB Percentages of Color #df7faa

%42.88
%24.42
%32.69

CMYK Percentages of Color #df7faa

%0
%43
%24
%13

Triadic Colors of #df7faa

#df7faa #aadf7f #7faadf

Analogous Colors of #df7faa

#df7faa #df847f #df7fda

Monochromatic Colors of #df7faa

#df7faa

Complementary Color

#df7faa #7fdfb4

#df7faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7faa Color CSS Codes

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

#df7faa Text Font Color

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

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


#df7faa Background Color

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

This div background color is #df7faa


#df7faa Border Color

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

This div border color is #df7faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7faa


Comments

No comments written yet.

Please login to write comment.