Color Hex Logo

#f57abf Color Hex

#F57ABF
(245,122,191)
0 Favorites   0 Comments

Color spaces of #f57abf

RGB 245122191
HSL0.910.860.72
HSV326°50°96°
CMYK 0.000.500.22   0.04
XYZ54.019737.093153.6028
Yxy37.09310.37330.2563
Hunter Lab60.904151.7407-9.5493
CIE-Lab67.346854.9126-14.2193

#f57abf color RGB value is (245,122,191).

#f57abf hex color red value is 245, green value is 122 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f57abf hue: 0.91 , saturation: 0.86 and the lightness value of f57abf is 0.72.

The process color (four color CMYK) of #f57abf color hex is 0.00, 0.50, 0.22, 0.04. Web safe color of #f57abf is #ff66cc. Color #f57abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111010 10111111
Octal 365 172 277
Decimal 245 122 191
Hex F5 7A BF

RGB Percentages of Color #f57abf

%43.91
%21.86
%34.23

CMYK Percentages of Color #f57abf

%0
%50
%22
%4

Triadic Colors of #f57abf

#f57abf #bff57a #7abff5

Analogous Colors of #f57abf

#f57abf #f57a82 #ee7af5

Monochromatic Colors of #f57abf

#f57abf

Complementary Color

#f57abf #7af5b0

#f57abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57abf Color CSS Codes

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

#f57abf Text Font Color

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

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


#f57abf Background Color

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

This div background color is #f57abf


#f57abf Border Color

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

This div border color is #f57abf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,122,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f57abf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f57abf;
  -webkit-box-shadow: 1px 1px 3px 2px #f57abf;
  box-shadow:         1px 1px 3px 2px #f57abf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,122,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57abf


Comments

No comments written yet.

Please login to write comment.