Color Hex Logo

#f331fa Color Hex

#F331FA
(243,49,250)
0 Favorites   0 Comments

Color spaces of #f331fa

RGB 24349250
HSL0.830.950.59
HSV298°80°98°
CMYK 0.030.800.00   0.02
XYZ55.315828.153492.9612
Yxy28.15340.31350.1596
Hunter Lab53.059893.2349-66.7348
CIE-Lab60.027189.7495-58.6523

#f331fa color RGB value is (243,49,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00110001 11111010
Octal 363 61 372
Decimal 243 49 250
Hex F3 31 FA

RGB Percentages of Color #f331fa

%44.83
%9.04
%46.13

CMYK Percentages of Color #f331fa

%3
%80
%0
%2

Triadic Colors of #f331fa

#f331fa #faf331 #31faf3

Analogous Colors of #f331fa

#f331fa #fa319d #8f31fa

Monochromatic Colors of #f331fa

#f331fa

Complementary Color

#f331fa #38fa31

#f331fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f331fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f331fa Color CSS Codes

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

#f331fa Text Font Color

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

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


#f331fa Background Color

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

This div background color is #f331fa


#f331fa Border Color

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

This div border color is #f331fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f331fa

Related Colors


Comments

No comments written yet.

Please login to write comment.