Color Hex Logo

#f54baa Color Hex

#F54BAA
(245,75,170)
0 Favorites   0 Comments

Color spaces of #f54baa

RGB 24575170
HSL0.910.890.63
HSV326°69°96°
CMYK 0.000.690.31   0.04
XYZ47.428027.346940.8090
Yxy27.34690.41030.2366
Hunter Lab52.294370.3747-9.6623
CIE-Lab59.294172.0409-14.3816

#f54baa color RGB value is (245,75,170).

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

The process color (four color CMYK) of #f54baa color hex is 0.00, 0.69, 0.31, 0.04. Web safe color of #f54baa is #ff3399. Color #f54baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01001011 10101010
Octal 365 113 252
Decimal 245 75 170
Hex F5 4B AA

RGB Percentages of Color #f54baa

%50.00
%15.31
%34.69

CMYK Percentages of Color #f54baa

%0
%69
%31
%4

Triadic Colors of #f54baa

#f54baa #aaf54b #4baaf5

Analogous Colors of #f54baa

#f54baa #f54b55 #eb4bf5

Monochromatic Colors of #f54baa

#f54baa

Complementary Color

#f54baa #4bf596

#f54baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54baa Color CSS Codes

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

#f54baa Text Font Color

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

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


#f54baa Background Color

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

This div background color is #f54baa


#f54baa Border Color

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

This div border color is #f54baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54baa


Comments

No comments written yet.

Please login to write comment.