Color Hex Logo

#f454fa Color Hex

#F454FA
(244,84,250)
0 Favorites   0 Comments

Color spaces of #f454fa

RGB 24484250
HSL0.830.940.65
HSV298°66°98°
CMYK 0.020.660.00   0.02
XYZ57.733932.475993.6680
Yxy32.47590.31400.1766
Hunter Lab56.987681.1092-57.5610
CIE-Lab63.734379.7665-52.7402

#f454fa color RGB value is (244,84,250).

#f454fa hex color red value is 244, green value is 84 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f454fa hue: 0.83 , saturation: 0.94 and the lightness value of f454fa is 0.65.

The process color (four color CMYK) of #f454fa color hex is 0.02, 0.66, 0.00, 0.02. Web safe color of #f454fa is #ff66ff. Color #f454fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010100 11111010
Octal 364 124 372
Decimal 244 84 250
Hex F4 54 FA

RGB Percentages of Color #f454fa

%42.21
%14.53
%43.25

CMYK Percentages of Color #f454fa

%2
%66
%0
%2

Triadic Colors of #f454fa

#f454fa #faf454 #54faf4

Analogous Colors of #f454fa

#f454fa #fa54ad #a154fa

Monochromatic Colors of #f454fa

#f454fa

Complementary Color

#f454fa #5afa54

#f454fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f454fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f454fa Color CSS Codes

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

#f454fa Text Font Color

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

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


#f454fa Background Color

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

This div background color is #f454fa


#f454fa Border Color

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

This div border color is #f454fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,84,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f454fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f454fa;
  -webkit-box-shadow: 1px 1px 3px 2px #f454fa;
  box-shadow:         1px 1px 3px 2px #f454fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,84,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f454fa

Related Colors


Comments

No comments written yet.

Please login to write comment.