Color Hex Logo

#f84dfc Color Hex

#F84DFC
(248,77,252)
0 Favorites   0 Comments

Color spaces of #f84dfc

RGB 24877252
HSL0.830.970.65
HSV299°69°99°
CMYK 0.020.690.00   0.01
XYZ58.936032.292595.2223
Yxy32.29250.31610.1732
Hunter Lab56.826585.6799-59.5718
CIE-Lab63.583983.3334-54.0458

#f84dfc color RGB value is (248,77,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001101 11111100
Octal 370 115 374
Decimal 248 77 252
Hex F8 4D FC

RGB Percentages of Color #f84dfc

%42.98
%13.34
%43.67

CMYK Percentages of Color #f84dfc

%2
%69
%0
%1

Triadic Colors of #f84dfc

#f84dfc #fcf84d #4dfcf8

Analogous Colors of #f84dfc

#f84dfc #fc4da9 #a14dfc

Monochromatic Colors of #f84dfc

#f84dfc

Complementary Color

#f84dfc #51fc4d

#f84dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84dfc Color CSS Codes

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

#f84dfc Text Font Color

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

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


#f84dfc Background Color

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

This div background color is #f84dfc


#f84dfc Border Color

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

This div border color is #f84dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.