Color Hex Logo

#f84fdc Color Hex

#F84FDC
(248,79,220)
0 Favorites   0 Comments

Color spaces of #f84fdc

RGB 24879220
HSL0.860.920.64
HSV310°68°97°
CMYK 0.000.680.11   0.03
XYZ54.425630.715770.7703
Yxy30.71570.34910.1970
Hunter Lab55.421778.3036-36.9146
CIE-Lab62.266977.8436-38.3019

#f84fdc color RGB value is (248,79,220).

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

The process color (four color CMYK) of #f84fdc color hex is 0.00, 0.68, 0.11, 0.03. Web safe color of #f84fdc is #ff66cc. Color #f84fdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001111 11011100
Octal 370 117 334
Decimal 248 79 220
Hex F8 4F DC

RGB Percentages of Color #f84fdc

%45.34
%14.44
%40.22

CMYK Percentages of Color #f84fdc

%0
%68
%11
%3

Triadic Colors of #f84fdc

#f84fdc #dcf84f #4fdcf8

Analogous Colors of #f84fdc

#f84fdc #f84f88 #c04ff8

Monochromatic Colors of #f84fdc

#f84fdc

Complementary Color

#f84fdc #4ff86b

#f84fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84fdc Color CSS Codes

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

#f84fdc Text Font Color

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

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


#f84fdc Background Color

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

This div background color is #f84fdc


#f84fdc Border Color

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

This div border color is #f84fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84fdc


Comments

No comments written yet.

Please login to write comment.