Color Hex Logo

#f214fa Color Hex

#F214FA
(242,20,250)
0 Favorites   0 Comments

Color spaces of #f214fa

RGB 24220250
HSL0.830.960.53
HSV298°92°98°
CMYK 0.030.920.00   0.02
XYZ54.123426.279792.6623
Yxy26.27970.31270.1518
Hunter Lab51.263798.7458-71.2857
CIE-Lab58.301694.1655-61.4237

#f214fa color RGB value is (242,20,250).

#f214fa hex color red value is 242, green value is 20 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f214fa hue: 0.83 , saturation: 0.96 and the lightness value of f214fa is 0.53.

The process color (four color CMYK) of #f214fa color hex is 0.03, 0.92, 0.00, 0.02. Web safe color of #f214fa is #ff00ff. Color #f214fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00010100 11111010
Octal 362 24 372
Decimal 242 20 250
Hex F2 14 FA

RGB Percentages of Color #f214fa

%47.27
%3.91
%48.83

CMYK Percentages of Color #f214fa

%3
%92
%0
%2

Triadic Colors of #f214fa

#f214fa #faf214 #14faf2

Analogous Colors of #f214fa

#f214fa #fa148f #7f14fa

Monochromatic Colors of #f214fa

#f214fa

Complementary Color

#f214fa #1cfa14

#f214fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f214fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f214fa Color CSS Codes

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

#f214fa Text Font Color

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

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


#f214fa Background Color

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

This div background color is #f214fa


#f214fa Border Color

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

This div border color is #f214fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f214fa


Comments

No comments written yet.

Please login to write comment.