Color Hex Logo

#f001df Color Hex

#F001DF
(240,1,223)
0 Favorites   0 Comments

Color spaces of #f001df

RGB 2401223
HSL0.850.990.47
HSV304°100°94°
CMYK 0.001.000.07   0.06
XYZ49.265323.874771.8237
Yxy23.87470.33980.1647
Hunter Lab48.861794.4662-52.9494
CIE-Lab55.962191.4590-50.0276

#f001df color RGB value is (240,1,223).

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

The process color (four color CMYK) of #f001df color hex is 0.00, 1.00, 0.07, 0.06. Web safe color of #f001df is #ff00cc. Color #f001df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000001 11011111
Octal 360 1 337
Decimal 240 1 223
Hex F0 1 DF

RGB Percentages of Color #f001df

%51.72
%0.22
%48.06

CMYK Percentages of Color #f001df

%0
%100
%7
%6

Triadic Colors of #f001df

#f001df #dff001 #01dff0

Analogous Colors of #f001df

#f001df #f00168 #8a01f0

Monochromatic Colors of #f001df

#f001df

Complementary Color

#f001df #01f012

#f001df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f001df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f001df Color CSS Codes

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

#f001df Text Font Color

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

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


#f001df Background Color

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

This div background color is #f001df


#f001df Border Color

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

This div border color is #f001df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f001df


Comments

No comments written yet.

Please login to write comment.