Color Hex Logo

#f80cfa Color Hex

#F80CFA
(248,12,250)
0 Favorites   0 Comments

Color spaces of #f80cfa

RGB 24812250
HSL0.830.960.51
HSV299°95°98°
CMYK 0.010.950.00   0.02
XYZ56.098227.121592.7208
Yxy27.12150.31880.1542
Hunter Lab52.0783101.1413-69.1058
CIE-Lab59.086695.7621-60.1101

#f80cfa color RGB value is (248,12,250).

#f80cfa hex color red value is 248, green value is 12 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f80cfa hue: 0.83 , saturation: 0.96 and the lightness value of f80cfa is 0.51.

The process color (four color CMYK) of #f80cfa color hex is 0.01, 0.95, 0.00, 0.02. Web safe color of #f80cfa is #ff00ff. Color #f80cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001100 11111010
Octal 370 14 372
Decimal 248 12 250
Hex F8 C FA

RGB Percentages of Color #f80cfa

%48.63
%2.35
%49.02

CMYK Percentages of Color #f80cfa

%1
%95
%0
%2

Triadic Colors of #f80cfa

#f80cfa #faf80c #0cfaf8

Analogous Colors of #f80cfa

#f80cfa #fa0c85 #810cfa

Monochromatic Colors of #f80cfa

#f80cfa

Complementary Color

#f80cfa #0efa0c

#f80cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80cfa Color CSS Codes

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

#f80cfa Text Font Color

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

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


#f80cfa Background Color

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

This div background color is #f80cfa


#f80cfa Border Color

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

This div border color is #f80cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80cfa


Comments

No comments written yet.

Please login to write comment.