Color Hex Logo

#df01af Color Hex

#DF01AF
(223,1,175)
0 Favorites   0 Comments

Color spaces of #df01af

RGB 2231175
HSL0.870.990.44
HSV313°100°87°
CMYK 0.001.000.22   0.13
XYZ38.180118.804842.1748
Yxy18.80480.38500.1896
Hunter Lab43.364581.2717-27.3082
CIE-Lab50.458082.4663-31.2071

#df01af color RGB value is (223,1,175).

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

The process color (four color CMYK) of #df01af color hex is 0.00, 1.00, 0.22, 0.13. Web safe color of #df01af is #cc0099. Color #df01af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000001 10101111
Octal 337 1 257
Decimal 223 1 175
Hex DF 1 AF

RGB Percentages of Color #df01af

%55.89
%0.25
%43.86

CMYK Percentages of Color #df01af

%0
%100
%22
%13

Triadic Colors of #df01af

#df01af #afdf01 #01afdf

Analogous Colors of #df01af

#df01af #df0140 #a001df

Monochromatic Colors of #df01af

#df01af

Complementary Color

#df01af #01df31

#df01af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df01af Color Preview on White Background

Lorem ipsum dolor sit amet.

#df01af Color CSS Codes

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

#df01af Text Font Color

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

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


#df01af Background Color

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

This div background color is #df01af


#df01af Border Color

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

This div border color is #df01af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df01af


Comments

No comments written yet.

Please login to write comment.