Color Hex Logo

#f52392 Color Hex

#F52392
(245,35,146)
0 Favorites   0 Comments

Color spaces of #f52392

RGB 24535146
HSL0.910.910.55
HSV328°86°96°
CMYK 0.000.860.40   0.04
XYZ43.445522.689929.2839
Yxy22.68990.45530.2378
Hunter Lab47.633979.4453-3.1060
CIE-Lab54.751580.1946-7.1127

#f52392 color RGB value is (245,35,146).

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

The process color (four color CMYK) of #f52392 color hex is 0.00, 0.86, 0.40, 0.04. Web safe color of #f52392 is #ff3399. Color #f52392 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100011 10010010
Octal 365 43 222
Decimal 245 35 146
Hex F5 23 92

RGB Percentages of Color #f52392

%57.51
%8.22
%34.27

CMYK Percentages of Color #f52392

%0
%86
%40
%4

Triadic Colors of #f52392

#f52392 #92f523 #2392f5

Analogous Colors of #f52392

#f52392 #f52329 #ef23f5

Monochromatic Colors of #f52392

#f52392

Complementary Color

#f52392 #23f586

#f52392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f52392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f52392 Color CSS Codes

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

#f52392 Text Font Color

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

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


#f52392 Background Color

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

This div background color is #f52392


#f52392 Border Color

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

This div border color is #f52392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f52392


Comments

No comments written yet.

Please login to write comment.