Color Hex Logo

#f080ff Color Hex

#F080FF
(240,128,255)
0 Favorites   0 Comments

Color spaces of #f080ff

RGB 240128255
HSL0.811.000.75
HSV293°50°100°
CMYK 0.060.500.00   0.00
XYZ61.704441.183699.3048
Yxy41.18360.30520.2037
Hunter Lab64.174459.3243-46.8244
CIE-Lab70.304460.9400-45.1540

#f080ff color RGB value is (240,128,255).

#f080ff hex color red value is 240, green value is 128 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f080ff hue: 0.81 , saturation: 1.00 and the lightness value of f080ff is 0.75.

The process color (four color CMYK) of #f080ff color hex is 0.06, 0.50, 0.00, 0.00. Web safe color of #f080ff is #ff99ff. Color #f080ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000000 11111111
Octal 360 200 377
Decimal 240 128 255
Hex F0 80 FF

RGB Percentages of Color #f080ff

%38.52
%20.55
%40.93

CMYK Percentages of Color #f080ff

%6
%50
%0
%0

Triadic Colors of #f080ff

#f080ff #fff080 #80fff0

Analogous Colors of #f080ff

#f080ff #ff80cf #b180ff

Monochromatic Colors of #f080ff

#f080ff

Complementary Color

#f080ff #8fff80

#f080ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f080ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f080ff Color CSS Codes

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

#f080ff Text Font Color

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

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


#f080ff Background Color

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

This div background color is #f080ff


#f080ff Border Color

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

This div border color is #f080ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,128,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f080ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f080ff

Related Colors

#f080ff Color Palettes


Comments

No comments written yet.

Please login to write comment.