Color Hex Logo

#f84fff Color Hex

#F84FFF
(248,79,255)
0 Favorites   0 Comments

Color spaces of #f84fff

RGB 24879255
HSL0.831.000.65
HSV298°69°100°
CMYK 0.030.690.00   0.00
XYZ59.557432.768497.7937
Yxy32.76840.31330.1724
Hunter Lab57.243785.5383-61.2190
CIE-Lab63.972983.1498-55.0814

#f84fff color RGB value is (248,79,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001111 11111111
Octal 370 117 377
Decimal 248 79 255
Hex F8 4F FF

RGB Percentages of Color #f84fff

%42.61
%13.57
%43.81

CMYK Percentages of Color #f84fff

%3
%69
%0
%0

Triadic Colors of #f84fff

#f84fff #fff84f #4ffff8

Analogous Colors of #f84fff

#f84fff #ff4fae #a04fff

Monochromatic Colors of #f84fff

#f84fff

Complementary Color

#f84fff #56ff4f

#f84fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84fff Color CSS Codes

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

#f84fff Text Font Color

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

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


#f84fff Background Color

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

This div background color is #f84fff


#f84fff Border Color

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

This div border color is #f84fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84fff

Related Colors


Comments

No comments written yet.

Please login to write comment.