Color Hex Logo

#df719f Color Hex

#DF719F
(223,113,159)
0 Favorites   0 Comments

Color spaces of #df719f

RGB 223113159
HSL0.930.630.66
HSV335°49°87°
CMYK 0.000.490.29   0.13
XYZ42.594630.001436.3468
Yxy30.00140.39100.2754
Hunter Lab54.773542.9567-1.0024
CIE-Lab61.655447.9051-4.8504

#df719f color RGB value is (223,113,159).

#df719f hex color red value is 223, green value is 113 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #df719f hue: 0.93 , saturation: 0.63 and the lightness value of df719f is 0.66.

The process color (four color CMYK) of #df719f color hex is 0.00, 0.49, 0.29, 0.13. Web safe color of #df719f is #cc6699. Color #df719f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110001 10011111
Octal 337 161 237
Decimal 223 113 159
Hex DF 71 9F

RGB Percentages of Color #df719f

%45.05
%22.83
%32.12

CMYK Percentages of Color #df719f

%0
%49
%29
%13

Triadic Colors of #df719f

#df719f #9fdf71 #719fdf

Analogous Colors of #df719f

#df719f #df7a71 #df71d6

Monochromatic Colors of #df719f

#df719f

Complementary Color

#df719f #71dfb1

#df719f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df719f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df719f Color CSS Codes

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

#df719f Text Font Color

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

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


#df719f Background Color

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

This div background color is #df719f


#df719f Border Color

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

This div border color is #df719f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df719f


Comments

No comments written yet.

Please login to write comment.