Color Hex Logo

#f84fea Color Hex

#F84FEA
(248,79,234)
0 Favorites   0 Comments

Color spaces of #f84fea

RGB 24879234
HSL0.850.920.64
HSV305°68°97°
CMYK 0.000.680.06   0.03
XYZ56.358731.488980.9494
Yxy31.48890.33390.1865
Hunter Lab56.115081.0741-46.2491
CIE-Lab62.918279.8949-45.1159

#f84fea color RGB value is (248,79,234).

#f84fea hex color red value is 248, green value is 79 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f84fea hue: 0.85 , saturation: 0.92 and the lightness value of f84fea is 0.64.

The process color (four color CMYK) of #f84fea color hex is 0.00, 0.68, 0.06, 0.03. Web safe color of #f84fea is #ff66ff. Color #f84fea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001111 11101010
Octal 370 117 352
Decimal 248 79 234
Hex F8 4F EA

RGB Percentages of Color #f84fea

%44.21
%14.08
%41.71

CMYK Percentages of Color #f84fea

%0
%68
%6
%3

Triadic Colors of #f84fea

#f84fea #eaf84f #4feaf8

Analogous Colors of #f84fea

#f84fea #f84f96 #b24ff8

Monochromatic Colors of #f84fea

#f84fea

Complementary Color

#f84fea #4ff85d

#f84fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84fea Color CSS Codes

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

#f84fea Text Font Color

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

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


#f84fea Background Color

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

This div background color is #f84fea


#f84fea Border Color

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

This div border color is #f84fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84fea

Related Colors


Comments

No comments written yet.

Please login to write comment.