Color Hex Logo

#f018df Color Hex

#F018DF
(240,24,223)
0 Favorites   0 Comments

Color spaces of #f018df

RGB 24024223
HSL0.850.880.52
HSV305°90°94°
CMYK 0.000.900.07   0.06
XYZ49.581124.506271.9290
Yxy24.50620.33960.1678
Hunter Lab49.503792.1474-51.4958
CIE-Lab56.591189.6043-49.0282

#f018df color RGB value is (240,24,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011000 11011111
Octal 360 30 337
Decimal 240 24 223
Hex F0 18 DF

RGB Percentages of Color #f018df

%49.28
%4.93
%45.79

CMYK Percentages of Color #f018df

%0
%90
%7
%6

Triadic Colors of #f018df

#f018df #dff018 #18dff0

Analogous Colors of #f018df

#f018df #f01873 #9518f0

Monochromatic Colors of #f018df

#f018df

Complementary Color

#f018df #18f029

#f018df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f018df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f018df Color CSS Codes

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

#f018df Text Font Color

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

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


#f018df Background Color

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

This div background color is #f018df


#f018df Border Color

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

This div border color is #f018df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f018df


Comments

No comments written yet.

Please login to write comment.