Color Hex Logo

#f057be Color Hex

#F057BE
(240,87,190)
0 Favorites   0 Comments

Color spaces of #f057be

RGB 24087190
HSL0.890.840.64
HSV320°64°94°
CMYK 0.000.640.21   0.06
XYZ48.637629.059451.7607
Yxy29.05940.37570.2245
Hunter Lab53.906866.7155-19.1949
CIE-Lab60.834068.7464-23.6181

#f057be color RGB value is (240,87,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010111 10111110
Octal 360 127 276
Decimal 240 87 190
Hex F0 57 BE

RGB Percentages of Color #f057be

%46.42
%16.83
%36.75

CMYK Percentages of Color #f057be

%0
%64
%21
%6

Triadic Colors of #f057be

#f057be #bef057 #57bef0

Analogous Colors of #f057be

#f057be #f05772 #d657f0

Monochromatic Colors of #f057be

#f057be

Complementary Color

#f057be #57f089

#f057be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f057be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f057be Color CSS Codes

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

#f057be Text Font Color

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

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


#f057be Background Color

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

This div background color is #f057be


#f057be Border Color

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

This div border color is #f057be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f057be


Comments

No comments written yet.

Please login to write comment.