Color Hex Logo

#f840fe Color Hex

#F840FE
(248,64,254)
0 Favorites   0 Comments

Color spaces of #f840fe

RGB 24864254
HSL0.830.990.62
HSV298°75°100°
CMYK 0.020.750.00   0.00
XYZ58.434230.779096.6270
Yxy30.77900.31440.1656
Hunter Lab55.478890.9208-64.4297
CIE-Lab62.320687.5651-57.1598

#f840fe color RGB value is (248,64,254).

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

The process color (four color CMYK) of #f840fe color hex is 0.02, 0.75, 0.00, 0.00. Web safe color of #f840fe is #ff33ff. Color #f840fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01000000 11111110
Octal 370 100 376
Decimal 248 64 254
Hex F8 40 FE

RGB Percentages of Color #f840fe

%43.82
%11.31
%44.88

CMYK Percentages of Color #f840fe

%2
%75
%0
%0

Triadic Colors of #f840fe

#f840fe #fef840 #40fef8

Analogous Colors of #f840fe

#f840fe #fe40a5 #9940fe

Monochromatic Colors of #f840fe

#f840fe

Complementary Color

#f840fe #46fe40

#f840fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f840fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f840fe Color CSS Codes

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

#f840fe Text Font Color

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

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


#f840fe Background Color

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

This div background color is #f840fe


#f840fe Border Color

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

This div border color is #f840fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f840fe

Related Colors


Comments

No comments written yet.

Please login to write comment.