Color Hex Logo

#f54093 Color Hex

#F54093
(245,64,147)
0 Favorites   0 Comments

Color spaces of #f54093

RGB 24564147
HSL0.920.900.61
HSV332°74°96°
CMYK 0.000.740.40   0.04
XYZ44.756025.185930.1062
Yxy25.18590.44730.2517
Hunter Lab50.185671.3634-0.4380
CIE-Lab57.256173.2332-3.9916

#f54093 color RGB value is (245,64,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000000 10010011
Octal 365 100 223
Decimal 245 64 147
Hex F5 40 93

RGB Percentages of Color #f54093

%53.73
%14.04
%32.24

CMYK Percentages of Color #f54093

%0
%74
%40
%4

Triadic Colors of #f54093

#f54093 #93f540 #4093f5

Analogous Colors of #f54093

#f54093 #f54740 #f540ee

Monochromatic Colors of #f54093

#f54093

Complementary Color

#f54093 #40f5a2

#f54093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54093 Color CSS Codes

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

#f54093 Text Font Color

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

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


#f54093 Background Color

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

This div background color is #f54093


#f54093 Border Color

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

This div border color is #f54093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54093


Comments

No comments written yet.

Please login to write comment.