Color Hex Logo

#df709f Color Hex

#DF709F
(223,112,159)
0 Favorites   0 Comments

Color spaces of #df709f

RGB 223112159
HSL0.930.630.66
HSV335°50°87°
CMYK 0.000.500.29   0.13
XYZ42.483629.779536.3098
Yxy29.77950.39130.2743
Hunter Lab54.570643.4650-1.2505
CIE-Lab61.463548.3997-5.1342

#df709f color RGB value is (223,112,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110000 10011111
Octal 337 160 237
Decimal 223 112 159
Hex DF 70 9F

RGB Percentages of Color #df709f

%45.14
%22.67
%32.19

CMYK Percentages of Color #df709f

%0
%50
%29
%13

Triadic Colors of #df709f

#df709f #9fdf70 #709fdf

Analogous Colors of #df709f

#df709f #df7970 #df70d7

Monochromatic Colors of #df709f

#df709f

Complementary Color

#df709f #70dfb0

#df709f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df709f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df709f Color CSS Codes

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

#df709f Text Font Color

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

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


#df709f Background Color

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

This div background color is #df709f


#df709f Border Color

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

This div border color is #df709f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df709f


Comments

No comments written yet.

Please login to write comment.