Color Hex Logo

#f80874 Color Hex

#F80874
(248,8,116)
0 Favorites   0 Comments

Color spaces of #f80874

RGB 2488116
HSL0.930.940.50
HSV333°97°97°
CMYK 0.000.970.53   0.03
XYZ41.950621.391118.4408
Yxy21.39110.51300.2616
Hunter Lab46.250580.96648.7355
CIE-Lab53.374981.65898.9572

#f80874 color RGB value is (248,8,116).

#f80874 hex color red value is 248, green value is 8 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #f80874 hue: 0.93 , saturation: 0.94 and the lightness value of f80874 is 0.50.

The process color (four color CMYK) of #f80874 color hex is 0.00, 0.97, 0.53, 0.03. Web safe color of #f80874 is #ff0066. Color #f80874 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001000 01110100
Octal 370 10 164
Decimal 248 8 116
Hex F8 8 74

RGB Percentages of Color #f80874

%66.67
%2.15
%31.18

CMYK Percentages of Color #f80874

%0
%97
%53
%3

Triadic Colors of #f80874

#f80874 #74f808 #0874f8

Analogous Colors of #f80874

#f80874 #f81408 #f808ec

Monochromatic Colors of #f80874

#f80874

Complementary Color

#f80874 #08f88c

#f80874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80874 Color CSS Codes

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

#f80874 Text Font Color

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

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


#f80874 Background Color

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

This div background color is #f80874


#f80874 Border Color

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

This div border color is #f80874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80874


Comments

No comments written yet.

Please login to write comment.