Color Hex Logo

#f334fa Color Hex

#F334FA
(243,52,250)
0 Favorites   0 Comments

Color spaces of #f334fa

RGB 24352250
HSL0.830.950.59
HSV298°79°98°
CMYK 0.030.790.00   0.02
XYZ55.445528.412893.0044
Yxy28.41280.31350.1606
Hunter Lab53.303792.3911-66.1368
CIE-Lab60.259989.0721-58.2803

#f334fa color RGB value is (243,52,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00110100 11111010
Octal 363 64 372
Decimal 243 52 250
Hex F3 34 FA

RGB Percentages of Color #f334fa

%44.59
%9.54
%45.87

CMYK Percentages of Color #f334fa

%3
%79
%0
%2

Triadic Colors of #f334fa

#f334fa #faf334 #34faf3

Analogous Colors of #f334fa

#f334fa #fa349e #9034fa

Monochromatic Colors of #f334fa

#f334fa

Complementary Color

#f334fa #3bfa34

#f334fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f334fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f334fa Color CSS Codes

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

#f334fa Text Font Color

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

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


#f334fa Background Color

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

This div background color is #f334fa


#f334fa Border Color

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

This div border color is #f334fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f334fa


Comments

No comments written yet.

Please login to write comment.