Color Hex Logo

#f53aaa Color Hex

#F53AAA
(245,58,170)
0 Favorites   0 Comments

Color spaces of #f53aaa

RGB 24558170
HSL0.900.900.59
HSV324°76°96°
CMYK 0.000.760.31   0.04
XYZ46.424925.340940.4746
Yxy25.34090.41360.2258
Hunter Lab50.339776.5238-12.4330
CIE-Lab57.406177.3629-17.2418

#f53aaa color RGB value is (245,58,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00111010 10101010
Octal 365 72 252
Decimal 245 58 170
Hex F5 3A AA

RGB Percentages of Color #f53aaa

%51.80
%12.26
%35.94

CMYK Percentages of Color #f53aaa

%0
%76
%31
%4

Triadic Colors of #f53aaa

#f53aaa #aaf53a #3aaaf5

Analogous Colors of #f53aaa

#f53aaa #f53a4d #e33af5

Monochromatic Colors of #f53aaa

#f53aaa

Complementary Color

#f53aaa #3af585

#f53aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53aaa Color CSS Codes

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

#f53aaa Text Font Color

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

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


#f53aaa Background Color

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

This div background color is #f53aaa


#f53aaa Border Color

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

This div border color is #f53aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53aaa


Comments

No comments written yet.

Please login to write comment.