Color Hex Logo

#f83cfe Color Hex

#F83CFE
(248,60,254)
0 Favorites   0 Comments

Color spaces of #f83cfe

RGB 24860254
HSL0.830.990.62
HSV298°76°100°
CMYK 0.020.760.00   0.00
XYZ58.216730.343996.5545
Yxy30.34390.31450.1639
Hunter Lab55.085392.2478-65.3649
CIE-Lab61.949888.6352-57.7510

#f83cfe color RGB value is (248,60,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00111100 11111110
Octal 370 74 376
Decimal 248 60 254
Hex F8 3C FE

RGB Percentages of Color #f83cfe

%44.13
%10.68
%45.20

CMYK Percentages of Color #f83cfe

%2
%76
%0
%0

Triadic Colors of #f83cfe

#f83cfe #fef83c #3cfef8

Analogous Colors of #f83cfe

#f83cfe #fe3ca3 #973cfe

Monochromatic Colors of #f83cfe

#f83cfe

Complementary Color

#f83cfe #42fe3c

#f83cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f83cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f83cfe Color CSS Codes

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

#f83cfe Text Font Color

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

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


#f83cfe Background Color

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

This div background color is #f83cfe


#f83cfe Border Color

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

This div border color is #f83cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f83cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.