Color Hex Logo

#f53aba Color Hex

#F53ABA
(245,58,186)
0 Favorites   0 Comments

Color spaces of #f53aba

RGB 24558186
HSL0.890.900.59
HSV319°76°96°
CMYK 0.000.760.24   0.04
XYZ48.032225.983848.9382
Yxy25.98380.39070.2113
Hunter Lab50.974378.9924-21.2397
CIE-Lab58.021779.2023-25.5766

#f53aba color RGB value is (245,58,186).

#f53aba hex color red value is 245, green value is 58 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f53aba hue: 0.89 , saturation: 0.90 and the lightness value of f53aba is 0.59.

The process color (four color CMYK) of #f53aba color hex is 0.00, 0.76, 0.24, 0.04. Web safe color of #f53aba is #ff33cc. Color #f53aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00111010 10111010
Octal 365 72 272
Decimal 245 58 186
Hex F5 3A BA

RGB Percentages of Color #f53aba

%50.10
%11.86
%38.04

CMYK Percentages of Color #f53aba

%0
%76
%24
%4

Triadic Colors of #f53aba

#f53aba #baf53a #3abaf5

Analogous Colors of #f53aba

#f53aba #f53a5c #d33af5

Monochromatic Colors of #f53aba

#f53aba

Complementary Color

#f53aba #3af575

#f53aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53aba Color CSS Codes

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

#f53aba Text Font Color

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

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


#f53aba Background Color

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

This div background color is #f53aba


#f53aba Border Color

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

This div border color is #f53aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53aba


Comments

No comments written yet.

Please login to write comment.