Color Hex Logo

#f55baf Color Hex

#F55BAF
(245,91,175)
0 Favorites   0 Comments

Color spaces of #f55baf

RGB 24591175
HSL0.910.890.66
HSV327°63°96°
CMYK 0.000.630.29   0.04
XYZ49.135129.989843.7563
Yxy29.98980.39990.2441
Hunter Lab54.762964.3209-9.0394
CIE-Lab61.645466.6079-13.7186

#f55baf color RGB value is (245,91,175).

#f55baf hex color red value is 245, green value is 91 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f55baf hue: 0.91 , saturation: 0.89 and the lightness value of f55baf is 0.66.

The process color (four color CMYK) of #f55baf color hex is 0.00, 0.63, 0.29, 0.04. Web safe color of #f55baf is #ff6699. Color #f55baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011011 10101111
Octal 365 133 257
Decimal 245 91 175
Hex F5 5B AF

RGB Percentages of Color #f55baf

%47.95
%17.81
%34.25

CMYK Percentages of Color #f55baf

%0
%63
%29
%4

Triadic Colors of #f55baf

#f55baf #aff55b #5baff5

Analogous Colors of #f55baf

#f55baf #f55b62 #ee5bf5

Monochromatic Colors of #f55baf

#f55baf

Complementary Color

#f55baf #5bf5a1

#f55baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55baf Color CSS Codes

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

#f55baf Text Font Color

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

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


#f55baf Background Color

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

This div background color is #f55baf


#f55baf Border Color

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

This div border color is #f55baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55baf


Comments

No comments written yet.

Please login to write comment.