Color Hex Logo

#f327fa Color Hex

#F327FA
(243,39,250)
0 Favorites   0 Comments

Color spaces of #f327fa

RGB 24339250
HSL0.830.950.57
HSV298°84°98°
CMYK 0.030.840.00   0.02
XYZ54.943027.407992.8369
Yxy27.40790.31360.1564
Hunter Lab52.352695.7153-68.4923
CIE-Lab59.350091.7280-59.7350

#f327fa color RGB value is (243,39,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00100111 11111010
Octal 363 47 372
Decimal 243 39 250
Hex F3 27 FA

RGB Percentages of Color #f327fa

%45.68
%7.33
%46.99

CMYK Percentages of Color #f327fa

%3
%84
%0
%2

Triadic Colors of #f327fa

#f327fa #faf327 #27faf3

Analogous Colors of #f327fa

#f327fa #fa2798 #8a27fa

Monochromatic Colors of #f327fa

#f327fa

Complementary Color

#f327fa #2efa27

#f327fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f327fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f327fa Color CSS Codes

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

#f327fa Text Font Color

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

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


#f327fa Background Color

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

This div background color is #f327fa


#f327fa Border Color

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

This div border color is #f327fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f327fa

Related Colors


Comments

No comments written yet.

Please login to write comment.