Color Hex Logo

#f450fa Color Hex

#F450FA
(244,80,250)
0 Favorites   0 Comments

Color spaces of #f450fa

RGB 24480250
HSL0.830.940.65
HSV298°68°98°
CMYK 0.020.680.00   0.02
XYZ57.432231.872593.5675
Yxy31.87250.31410.1743
Hunter Lab56.455782.7898-58.7459
CIE-Lab63.237481.1695-53.5289

#f450fa color RGB value is (244,80,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010000 11111010
Octal 364 120 372
Decimal 244 80 250
Hex F4 50 FA

RGB Percentages of Color #f450fa

%42.51
%13.94
%43.55

CMYK Percentages of Color #f450fa

%2
%68
%0
%2

Triadic Colors of #f450fa

#f450fa #faf450 #50faf4

Analogous Colors of #f450fa

#f450fa #fa50ab #9f50fa

Monochromatic Colors of #f450fa

#f450fa

Complementary Color

#f450fa #56fa50

#f450fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f450fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f450fa Color CSS Codes

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

#f450fa Text Font Color

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

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


#f450fa Background Color

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

This div background color is #f450fa


#f450fa Border Color

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

This div border color is #f450fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f450fa


Comments

No comments written yet.

Please login to write comment.