Color Hex Logo

#f444fa Color Hex

#F444FA
(244,68,250)
0 Favorites   0 Comments

Color spaces of #f444fa

RGB 24468250
HSL0.830.950.62
HSV298°73°98°
CMYK 0.020.730.00   0.02
XYZ56.630730.269593.3003
Yxy30.26950.31430.1680
Hunter Lab55.017787.4521-62.0329
CIE-Lab61.886185.0184-55.6775

#f444fa color RGB value is (244,68,250).

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

The process color (four color CMYK) of #f444fa color hex is 0.02, 0.73, 0.00, 0.02. Web safe color of #f444fa is #ff33ff. Color #f444fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000100 11111010
Octal 364 104 372
Decimal 244 68 250
Hex F4 44 FA

RGB Percentages of Color #f444fa

%43.42
%12.10
%44.48

CMYK Percentages of Color #f444fa

%2
%73
%0
%2

Triadic Colors of #f444fa

#f444fa #faf444 #44faf4

Analogous Colors of #f444fa

#f444fa #fa44a5 #9944fa

Monochromatic Colors of #f444fa

#f444fa

Complementary Color

#f444fa #4afa44

#f444fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f444fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f444fa Color CSS Codes

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

#f444fa Text Font Color

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

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


#f444fa Background Color

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

This div background color is #f444fa


#f444fa Border Color

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

This div border color is #f444fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f444fa


Comments

No comments written yet.

Please login to write comment.