Color Hex Logo

#f53aea Color Hex

#F53AEA
(245,58,234)
0 Favorites   0 Comments

Color spaces of #f53aea

RGB 24558234
HSL0.840.900.59
HSV304°76°96°
CMYK 0.000.760.04   0.04
XYZ54.020528.379180.4724
Yxy28.37910.33170.1742
Hunter Lab53.272087.7818-52.2727
CIE-Lab60.229785.5919-49.3947

#f53aea color RGB value is (245,58,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00111010 11101010
Octal 365 72 352
Decimal 245 58 234
Hex F5 3A EA

RGB Percentages of Color #f53aea

%45.62
%10.80
%43.58

CMYK Percentages of Color #f53aea

%0
%76
%4
%4

Triadic Colors of #f53aea

#f53aea #eaf53a #3aeaf5

Analogous Colors of #f53aea

#f53aea #f53a8d #a33af5

Monochromatic Colors of #f53aea

#f53aea

Complementary Color

#f53aea #3af545

#f53aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53aea Color CSS Codes

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

#f53aea Text Font Color

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

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


#f53aea Background Color

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

This div background color is #f53aea


#f53aea Border Color

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

This div border color is #f53aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53aea


Comments

No comments written yet.

Please login to write comment.