Color Hex Logo

#f55baa Color Hex

#F55BAA
(245,91,170)
0 Favorites   0 Comments

Color spaces of #f55baa

RGB 24591170
HSL0.910.890.66
HSV329°63°96°
CMYK 0.000.630.31   0.04
XYZ48.653029.796941.2173
Yxy29.79690.40660.2490
Hunter Lab54.586563.5707-6.5582
CIE-Lab61.478666.0103-11.0944

#f55baa color RGB value is (245,91,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011011 10101010
Octal 365 133 252
Decimal 245 91 170
Hex F5 5B AA

RGB Percentages of Color #f55baa

%48.42
%17.98
%33.60

CMYK Percentages of Color #f55baa

%0
%63
%31
%4

Triadic Colors of #f55baa

#f55baa #aaf55b #5baaf5

Analogous Colors of #f55baa

#f55baa #f55b5d #f35bf5

Monochromatic Colors of #f55baa

#f55baa

Complementary Color

#f55baa #5bf5a6

#f55baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55baa Color CSS Codes

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

#f55baa Text Font Color

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

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


#f55baa Background Color

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

This div background color is #f55baa


#f55baa Border Color

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

This div border color is #f55baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55baa


Comments

No comments written yet.

Please login to write comment.