Color Hex Logo

#f5539a Color Hex

#F5539A
(245,83,154)
0 Favorites   0 Comments

Color spaces of #f5539a

RGB 24583154
HSL0.930.890.64
HSV334°66°96°
CMYK 0.000.660.37   0.04
XYZ46.582227.932133.5081
Yxy27.93210.43120.2586
Hunter Lab52.850864.8392-0.5950
CIE-Lab59.827367.3706-4.2920

#f5539a color RGB value is (245,83,154).

#f5539a hex color red value is 245, green value is 83 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #f5539a hue: 0.93 , saturation: 0.89 and the lightness value of f5539a is 0.64.

The process color (four color CMYK) of #f5539a color hex is 0.00, 0.66, 0.37, 0.04. Web safe color of #f5539a is #ff6699. Color #f5539a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010011 10011010
Octal 365 123 232
Decimal 245 83 154
Hex F5 53 9A

RGB Percentages of Color #f5539a

%50.83
%17.22
%31.95

CMYK Percentages of Color #f5539a

%0
%66
%37
%4

Triadic Colors of #f5539a

#f5539a #9af553 #539af5

Analogous Colors of #f5539a

#f5539a #f55d53 #f553eb

Monochromatic Colors of #f5539a

#f5539a

Complementary Color

#f5539a #53f5ae

#f5539a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5539a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5539a Color CSS Codes

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

#f5539a Text Font Color

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

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


#f5539a Background Color

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

This div background color is #f5539a


#f5539a Border Color

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

This div border color is #f5539a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5539a

Related Colors


Comments

No comments written yet.

Please login to write comment.