Color Hex Logo

#f53293 Color Hex

#F53293
(245,50,147)
0 Favorites   0 Comments

Color spaces of #f53293

RGB 24550147
HSL0.920.910.58
HSV330°80°96°
CMYK 0.000.800.40   0.04
XYZ44.063323.800329.8753
Yxy23.80030.45080.2435
Hunter Lab48.785675.8472-2.1581
CIE-Lab55.887377.1159-6.0177

#f53293 color RGB value is (245,50,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110010 10010011
Octal 365 62 223
Decimal 245 50 147
Hex F5 32 93

RGB Percentages of Color #f53293

%55.43
%11.31
%33.26

CMYK Percentages of Color #f53293

%0
%80
%40
%4

Triadic Colors of #f53293

#f53293 #93f532 #3293f5

Analogous Colors of #f53293

#f53293 #f53332 #f532f5

Monochromatic Colors of #f53293

#f53293

Complementary Color

#f53293 #32f594

#f53293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53293 Color CSS Codes

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

#f53293 Text Font Color

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

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


#f53293 Background Color

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

This div background color is #f53293


#f53293 Border Color

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

This div border color is #f53293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53293


Comments

No comments written yet.

Please login to write comment.