Color Hex Logo

#f57cbf Color Hex

#F57CBF
(245,124,191)
0 Favorites   0 Comments

Color spaces of #f57cbf

RGB 245124191
HSL0.910.860.72
HSV327°49°96°
CMYK 0.000.490.22   0.04
XYZ54.267837.589453.6855
Yxy37.58940.37290.2583
Hunter Lab61.310250.7038-8.9994
CIE-Lab67.716953.9505-13.6624

#f57cbf color RGB value is (245,124,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111100 10111111
Octal 365 174 277
Decimal 245 124 191
Hex F5 7C BF

RGB Percentages of Color #f57cbf

%43.75
%22.14
%34.11

CMYK Percentages of Color #f57cbf

%0
%49
%22
%4

Triadic Colors of #f57cbf

#f57cbf #bff57c #7cbff5

Analogous Colors of #f57cbf

#f57cbf #f57c83 #ef7cf5

Monochromatic Colors of #f57cbf

#f57cbf

Complementary Color

#f57cbf #7cf5b2

#f57cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57cbf Color CSS Codes

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

#f57cbf Text Font Color

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

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


#f57cbf Background Color

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

This div background color is #f57cbf


#f57cbf Border Color

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

This div border color is #f57cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57cbf


Comments

No comments written yet.

Please login to write comment.