Color Hex Logo

#f54fbe Color Hex

#F54FBE
(245,79,190)
0 Favorites   0 Comments

Color spaces of #f54fbe

RGB 24579190
HSL0.890.890.64
HSV320°68°96°
CMYK 0.000.680.22   0.04
XYZ49.746428.722151.6372
Yxy28.72210.38240.2208
Hunter Lab53.593071.9005-19.6112
CIE-Lab60.535673.0490-24.0084

#f54fbe color RGB value is (245,79,190).

#f54fbe hex color red value is 245, green value is 79 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f54fbe hue: 0.89 , saturation: 0.89 and the lightness value of f54fbe is 0.64.

The process color (four color CMYK) of #f54fbe color hex is 0.00, 0.68, 0.22, 0.04. Web safe color of #f54fbe is #ff66cc. Color #f54fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01001111 10111110
Octal 365 117 276
Decimal 245 79 190
Hex F5 4F BE

RGB Percentages of Color #f54fbe

%47.67
%15.37
%36.96

CMYK Percentages of Color #f54fbe

%0
%68
%22
%4

Triadic Colors of #f54fbe

#f54fbe #bef54f #4fbef5

Analogous Colors of #f54fbe

#f54fbe #f54f6b #d94ff5

Monochromatic Colors of #f54fbe

#f54fbe

Complementary Color

#f54fbe #4ff586

#f54fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54fbe Color CSS Codes

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

#f54fbe Text Font Color

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

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


#f54fbe Background Color

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

This div background color is #f54fbe


#f54fbe Border Color

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

This div border color is #f54fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54fbe


Comments

No comments written yet.

Please login to write comment.