Color Hex Logo

#f032fa Color Hex

#F032FA
(240,50,250)
0 Favorites   0 Comments

Color spaces of #f032fa

RGB 24050250
HSL0.830.950.59
HSV297°80°98°
CMYK 0.040.800.00   0.02
XYZ54.331127.708692.9272
Yxy27.70860.31050.1584
Hunter Lab52.639092.1199-67.8215
CIE-Lab59.624688.9925-59.3231

#f032fa color RGB value is (240,50,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110010 11111010
Octal 360 62 372
Decimal 240 50 250
Hex F0 32 FA

RGB Percentages of Color #f032fa

%44.44
%9.26
%46.30

CMYK Percentages of Color #f032fa

%4
%80
%0
%2

Triadic Colors of #f032fa

#f032fa #faf032 #32faf0

Analogous Colors of #f032fa

#f032fa #fa32a0 #8c32fa

Monochromatic Colors of #f032fa

#f032fa

Complementary Color

#f032fa #3cfa32

#f032fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f032fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f032fa Color CSS Codes

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

#f032fa Text Font Color

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

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


#f032fa Background Color

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

This div background color is #f032fa


#f032fa Border Color

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

This div border color is #f032fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f032fa

Related Colors


Comments

No comments written yet.

Please login to write comment.