Color Hex Logo

#f54398 Color Hex

#F54398
(245,67,152)
0 Favorites   0 Comments

Color spaces of #f54398

RGB 24567152
HSL0.920.900.61
HSV331°73°96°
CMYK 0.000.730.38   0.04
XYZ45.330825.693832.2760
Yxy25.69380.43880.2487
Hunter Lab50.689170.9252-2.2703
CIE-Lab57.745372.7830-6.2061

#f54398 color RGB value is (245,67,152).

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

The process color (four color CMYK) of #f54398 color hex is 0.00, 0.73, 0.38, 0.04. Web safe color of #f54398 is #ff3399. Color #f54398 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000011 10011000
Octal 365 103 230
Decimal 245 67 152
Hex F5 43 98

RGB Percentages of Color #f54398

%52.80
%14.44
%32.76

CMYK Percentages of Color #f54398

%0
%73
%38
%4

Triadic Colors of #f54398

#f54398 #98f543 #4398f5

Analogous Colors of #f54398

#f54398 #f54743 #f543f1

Monochromatic Colors of #f54398

#f54398

Complementary Color

#f54398 #43f5a0

#f54398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54398 Color CSS Codes

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

#f54398 Text Font Color

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

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


#f54398 Background Color

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

This div background color is #f54398


#f54398 Border Color

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

This div border color is #f54398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54398


Comments

No comments written yet.

Please login to write comment.