Color Hex Logo

#f057ae Color Hex

#F057AE
(240,87,174)
0 Favorites   0 Comments

Color spaces of #f057ae

RGB 24087174
HSL0.910.840.64
HSV326°64°94°
CMYK 0.000.640.28   0.06
XYZ46.983428.397643.0494
Yxy28.39760.39670.2398
Hunter Lab53.289464.1208-10.5944
CIE-Lab60.246366.6935-15.3318

#f057ae color RGB value is (240,87,174).

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

The process color (four color CMYK) of #f057ae color hex is 0.00, 0.64, 0.28, 0.06. Web safe color of #f057ae is #ff6699. Color #f057ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010111 10101110
Octal 360 127 256
Decimal 240 87 174
Hex F0 57 AE

RGB Percentages of Color #f057ae

%47.90
%17.37
%34.73

CMYK Percentages of Color #f057ae

%0
%64
%28
%6

Triadic Colors of #f057ae

#f057ae #aef057 #57aef0

Analogous Colors of #f057ae

#f057ae #f05761 #e657f0

Monochromatic Colors of #f057ae

#f057ae

Complementary Color

#f057ae #57f099

#f057ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f057ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f057ae Color CSS Codes

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

#f057ae Text Font Color

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

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


#f057ae Background Color

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

This div background color is #f057ae


#f057ae Border Color

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

This div border color is #f057ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f057ae


Comments

No comments written yet.

Please login to write comment.