Color Hex Logo

#f52491 Color Hex

#F52491
(245,36,145)
0 Favorites   0 Comments

Color spaces of #f52491

RGB 24536145
HSL0.910.910.55
HSV329°85°96°
CMYK 0.000.850.41   0.04
XYZ43.397922.718628.8859
Yxy22.71860.45680.2391
Hunter Lab47.664079.1114-2.5668
CIE-Lab54.781379.9254-6.4738

#f52491 color RGB value is (245,36,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100100 10010001
Octal 365 44 221
Decimal 245 36 145
Hex F5 24 91

RGB Percentages of Color #f52491

%57.51
%8.45
%34.04

CMYK Percentages of Color #f52491

%0
%85
%41
%4

Triadic Colors of #f52491

#f52491 #91f524 #2491f5

Analogous Colors of #f52491

#f52491 #f52429 #f124f5

Monochromatic Colors of #f52491

#f52491

Complementary Color

#f52491 #24f588

#f52491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f52491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f52491 Color CSS Codes

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

#f52491 Text Font Color

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

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


#f52491 Background Color

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

This div background color is #f52491


#f52491 Border Color

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

This div border color is #f52491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f52491


Comments

No comments written yet.

Please login to write comment.