Color Hex Logo

#f53191 Color Hex

#F53191
(245,49,145)
0 Favorites   0 Comments

Color spaces of #f53191

RGB 24549145
HSL0.920.910.58
HSV331°80°96°
CMYK 0.000.800.41   0.04
XYZ43.865323.653429.0417
Yxy23.65340.45430.2450
Hunter Lab48.634875.8842-1.3600
CIE-Lab55.739177.1743-5.0530

#f53191 color RGB value is (245,49,145).

#f53191 hex color red value is 245, green value is 49 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #f53191 hue: 0.92 , saturation: 0.91 and the lightness value of f53191 is 0.58.

The process color (four color CMYK) of #f53191 color hex is 0.00, 0.80, 0.41, 0.04. Web safe color of #f53191 is #ff3399. Color #f53191 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110001 10010001
Octal 365 61 221
Decimal 245 49 145
Hex F5 31 91

RGB Percentages of Color #f53191

%55.81
%11.16
%33.03

CMYK Percentages of Color #f53191

%0
%80
%41
%4

Triadic Colors of #f53191

#f53191 #91f531 #3191f5

Analogous Colors of #f53191

#f53191 #f53331 #f531f3

Monochromatic Colors of #f53191

#f53191

Complementary Color

#f53191 #31f595

#f53191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53191 Color CSS Codes

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

#f53191 Text Font Color

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

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


#f53191 Background Color

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

This div background color is #f53191


#f53191 Border Color

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

This div border color is #f53191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53191


Comments

No comments written yet.

Please login to write comment.