Color Hex Logo

#f84efc Color Hex

#F84EFC
(248,78,252)
0 Favorites   0 Comments

Color spaces of #f84efc

RGB 24878252
HSL0.830.970.65
HSV299°69°99°
CMYK 0.020.690.00   0.01
XYZ59.006532.433595.2458
Yxy32.43350.31610.1737
Hunter Lab56.950485.2812-59.2933
CIE-Lab63.699683.0048-53.8621

#f84efc color RGB value is (248,78,252).

#f84efc hex color red value is 248, green value is 78 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f84efc hue: 0.83 , saturation: 0.97 and the lightness value of f84efc is 0.65.

The process color (four color CMYK) of #f84efc color hex is 0.02, 0.69, 0.00, 0.01. Web safe color of #f84efc is #ff66ff. Color #f84efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001110 11111100
Octal 370 116 374
Decimal 248 78 252
Hex F8 4E FC

RGB Percentages of Color #f84efc

%42.91
%13.49
%43.60

CMYK Percentages of Color #f84efc

%2
%69
%0
%1

Triadic Colors of #f84efc

#f84efc #fcf84e #4efcf8

Analogous Colors of #f84efc

#f84efc #fc4ea9 #a14efc

Monochromatic Colors of #f84efc

#f84efc

Complementary Color

#f84efc #52fc4e

#f84efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84efc Color CSS Codes

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

#f84efc Text Font Color

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

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


#f84efc Background Color

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

This div background color is #f84efc


#f84efc Border Color

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

This div border color is #f84efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84efc


Comments

No comments written yet.

Please login to write comment.