Color Hex Logo

#f8407c Color Hex

#F8407C
(248,64,124)
0 Favorites   0 Comments

Color spaces of #f8407c

RGB 24864124
HSL0.950.930.61
HSV340°74°97°
CMYK 0.000.740.50   0.03
XYZ44.182925.078521.5807
Yxy25.07850.48640.2761
Hunter Lab50.078469.84869.5046
CIE-Lab57.151872.01529.5149

#f8407c color RGB value is (248,64,124).

#f8407c hex color red value is 248, green value is 64 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #f8407c hue: 0.95 , saturation: 0.93 and the lightness value of f8407c is 0.61.

The process color (four color CMYK) of #f8407c color hex is 0.00, 0.74, 0.50, 0.03. Web safe color of #f8407c is #ff3366. Color #f8407c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01000000 01111100
Octal 370 100 174
Decimal 248 64 124
Hex F8 40 7C

RGB Percentages of Color #f8407c

%56.88
%14.68
%28.44

CMYK Percentages of Color #f8407c

%0
%74
%50
%3

Triadic Colors of #f8407c

#f8407c #7cf840 #407cf8

Analogous Colors of #f8407c

#f8407c #f86040 #f840d8

Monochromatic Colors of #f8407c

#f8407c

Complementary Color

#f8407c #40f8bc

#f8407c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8407c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8407c Color CSS Codes

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

#f8407c Text Font Color

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

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


#f8407c Background Color

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

This div background color is #f8407c


#f8407c Border Color

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

This div border color is #f8407c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8407c


Comments

No comments written yet.

Please login to write comment.