Color Hex Logo

#f802fa Color Hex

#F802FA
(248,2,250)
0 Favorites   0 Comments

Color spaces of #f802fa

RGB 2482250
HSL0.830.980.49
HSV300°99°98°
CMYK 0.010.990.00   0.02
XYZ55.988426.902092.6842
Yxy26.90200.31890.1532
Hunter Lab51.8671101.9158-69.6415
CIE-Lab58.883596.3638-60.4353

#f802fa color RGB value is (248,2,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000010 11111010
Octal 370 2 372
Decimal 248 2 250
Hex F8 2 FA

RGB Percentages of Color #f802fa

%49.60
%0.40
%50.00

CMYK Percentages of Color #f802fa

%1
%99
%0
%2

Triadic Colors of #f802fa

#f802fa #faf802 #02faf8

Analogous Colors of #f802fa

#f802fa #fa0280 #7c02fa

Monochromatic Colors of #f802fa

#f802fa

Complementary Color

#f802fa #04fa02

#f802fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f802fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f802fa Color CSS Codes

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

#f802fa Text Font Color

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

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


#f802fa Background Color

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

This div background color is #f802fa


#f802fa Border Color

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

This div border color is #f802fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f802fa

Related Colors


Comments

No comments written yet.

Please login to write comment.