Color Hex Logo

#f57fbd Color Hex

#F57FBD
(245,127,189)
0 Favorites   0 Comments

Color spaces of #f57fbd

RGB 245127189
HSL0.910.860.73
HSV328°48°96°
CMYK 0.000.480.23   0.04
XYZ54.430938.265352.6612
Yxy38.26530.37450.2632
Hunter Lab61.859048.8125-7.1730
CIE-Lab68.215752.2157-11.7911

#f57fbd color RGB value is (245,127,189).

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

The process color (four color CMYK) of #f57fbd color hex is 0.00, 0.48, 0.23, 0.04. Web safe color of #f57fbd is #ff66cc. Color #f57fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111111 10111101
Octal 365 177 275
Decimal 245 127 189
Hex F5 7F BD

RGB Percentages of Color #f57fbd

%43.67
%22.64
%33.69

CMYK Percentages of Color #f57fbd

%0
%48
%23
%4

Triadic Colors of #f57fbd

#f57fbd #bdf57f #7fbdf5

Analogous Colors of #f57fbd

#f57fbd #f57f82 #f27ff5

Monochromatic Colors of #f57fbd

#f57fbd

Complementary Color

#f57fbd #7ff5b7

#f57fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57fbd Color CSS Codes

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

#f57fbd Text Font Color

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

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


#f57fbd Background Color

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

This div background color is #f57fbd


#f57fbd Border Color

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

This div border color is #f57fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57fbd


Comments

No comments written yet.

Please login to write comment.