Color Hex Logo

#f800fe Color Hex

#F800FE
(248,0,254)
0 Favorites   0 Comments

Color spaces of #f800fe

RGB 2480254
HSL0.831.000.50
HSV299°100°100°
CMYK 0.021.000.00   0.00
XYZ56.600827.112296.0159
Yxy27.11220.31490.1509
Hunter Lab52.0694102.9128-72.8822
CIE-Lab59.078097.0479-62.3444

#f800fe color RGB value is (248,0,254).

#f800fe hex color red value is 248, green value is 0 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f800fe hue: 0.83 , saturation: 1.00 and the lightness value of f800fe is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000000 11111110
Octal 370 0 376
Decimal 248 0 254
Hex F8 0 FE

RGB Percentages of Color #f800fe

%49.40
%0.00
%50.60

CMYK Percentages of Color #f800fe

%2
%100
%0
%0

Triadic Colors of #f800fe

#f800fe #fef800 #00fef8

Analogous Colors of #f800fe

#f800fe #fe0085 #7900fe

Monochromatic Colors of #f800fe

#f800fe

Complementary Color

#f800fe #06fe00

#f800fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f800fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f800fe Color CSS Codes

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

#f800fe Text Font Color

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

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


#f800fe Background Color

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

This div background color is #f800fe


#f800fe Border Color

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

This div border color is #f800fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,0,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f800fe


Comments

No comments written yet.

Please login to write comment.