Color Hex Logo

#f080fa Color Hex

#F080FA
(240,128,250)
0 Favorites   0 Comments

Color spaces of #f080fa

RGB 240128250
HSL0.820.920.74
HSV295°49°98°
CMYK 0.040.490.00   0.02
XYZ60.909740.865795.1201
Yxy40.86570.30940.2076
Hunter Lab63.926358.2059-43.4731
CIE-Lab70.081760.0329-42.7742

#f080fa color RGB value is (240,128,250).

#f080fa hex color red value is 240, green value is 128 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f080fa hue: 0.82 , saturation: 0.92 and the lightness value of f080fa is 0.74.

The process color (four color CMYK) of #f080fa color hex is 0.04, 0.49, 0.00, 0.02. Web safe color of #f080fa is #ff99ff. Color #f080fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000000 11111010
Octal 360 200 372
Decimal 240 128 250
Hex F0 80 FA

RGB Percentages of Color #f080fa

%38.83
%20.71
%40.45

CMYK Percentages of Color #f080fa

%4
%49
%0
%2

Triadic Colors of #f080fa

#f080fa #faf080 #80faf0

Analogous Colors of #f080fa

#f080fa #fa80c7 #b380fa

Monochromatic Colors of #f080fa

#f080fa

Complementary Color

#f080fa #8afa80

#f080fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f080fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f080fa Color CSS Codes

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

#f080fa Text Font Color

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

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


#f080fa Background Color

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

This div background color is #f080fa


#f080fa Border Color

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

This div border color is #f080fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f080fa

Related Colors


Comments

No comments written yet.

Please login to write comment.