Color Hex Logo

#f53abe Color Hex

#F53ABE
(245,58,190)
0 Favorites   0 Comments

Color spaces of #f53abe

RGB 24558190
HSL0.880.900.59
HSV318°76°96°
CMYK 0.000.760.22   0.04
XYZ48.463526.156351.2096
Yxy26.15630.38520.2079
Hunter Lab51.143279.6466-23.5667
CIE-Lab58.185179.6863-27.6293

#f53abe color RGB value is (245,58,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00111010 10111110
Octal 365 72 276
Decimal 245 58 190
Hex F5 3A BE

RGB Percentages of Color #f53abe

%49.70
%11.76
%38.54

CMYK Percentages of Color #f53abe

%0
%76
%22
%4

Triadic Colors of #f53abe

#f53abe #bef53a #3abef5

Analogous Colors of #f53abe

#f53abe #f53a61 #cf3af5

Monochromatic Colors of #f53abe

#f53abe

Complementary Color

#f53abe #3af571

#f53abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53abe Color CSS Codes

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

#f53abe Text Font Color

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

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


#f53abe Background Color

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

This div background color is #f53abe


#f53abe Border Color

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

This div border color is #f53abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53abe


Comments

No comments written yet.

Please login to write comment.