Color Hex Logo

#df017f Color Hex

#DF017F
(223,1,127)
0 Favorites   0 Comments

Color spaces of #df017f

RGB 2231127
HSL0.910.990.44
HSV326°100°87°
CMYK 0.001.000.43   0.13
XYZ34.273017.242021.6003
Yxy17.24200.46880.2358
Hunter Lab41.523574.6657-1.7759
CIE-Lab48.563577.5925-5.3278

#df017f color RGB value is (223,1,127).

#df017f hex color red value is 223, green value is 1 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #df017f hue: 0.91 , saturation: 0.99 and the lightness value of df017f is 0.44.

The process color (four color CMYK) of #df017f color hex is 0.00, 1.00, 0.43, 0.13. Web safe color of #df017f is #cc0066. Color #df017f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000001 01111111
Octal 337 1 177
Decimal 223 1 127
Hex DF 1 7F

RGB Percentages of Color #df017f

%63.53
%0.28
%36.18

CMYK Percentages of Color #df017f

%0
%100
%43
%13

Triadic Colors of #df017f

#df017f #7fdf01 #017fdf

Analogous Colors of #df017f

#df017f #df0110 #d001df

Monochromatic Colors of #df017f

#df017f

Complementary Color

#df017f #01df61

#df017f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df017f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df017f Color CSS Codes

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

#df017f Text Font Color

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

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


#df017f Background Color

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

This div background color is #df017f


#df017f Border Color

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

This div border color is #df017f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df017f


Comments

No comments written yet.

Please login to write comment.