Color Hex Logo

#f057df Color Hex

#F057DF
(240,87,223)
0 Favorites   0 Comments

Color spaces of #f057df

RGB 24087223
HSL0.850.840.64
HSV307°64°94°
CMYK 0.000.640.07   0.06
XYZ52.662730.669472.9562
Yxy30.66940.33700.1962
Hunter Lab55.380072.8268-39.3412
CIE-Lab62.227673.4809-40.1354

#f057df color RGB value is (240,87,223).

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

The process color (four color CMYK) of #f057df color hex is 0.00, 0.64, 0.07, 0.06. Web safe color of #f057df is #ff66cc. Color #f057df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010111 11011111
Octal 360 127 337
Decimal 240 87 223
Hex F0 57 DF

RGB Percentages of Color #f057df

%43.64
%15.82
%40.55

CMYK Percentages of Color #f057df

%0
%64
%7
%6

Triadic Colors of #f057df

#f057df #dff057 #57dff0

Analogous Colors of #f057df

#f057df #f05793 #b557f0

Monochromatic Colors of #f057df

#f057df

Complementary Color

#f057df #57f068

#f057df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f057df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f057df Color CSS Codes

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

#f057df Text Font Color

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

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


#f057df Background Color

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

This div background color is #f057df


#f057df Border Color

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

This div border color is #f057df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f057df


Comments

No comments written yet.

Please login to write comment.