Color Hex Logo

#f80974 Color Hex

#F80974
(248,9,116)
0 Favorites   0 Comments

Color spaces of #f80974

RGB 2489116
HSL0.930.940.50
HSV333°96°97°
CMYK 0.000.960.53   0.03
XYZ41.961521.412818.4445
Yxy21.41280.51290.2617
Hunter Lab46.274080.88548.7592
CIE-Lab53.398381.59088.9902

#f80974 color RGB value is (248,9,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001001 01110100
Octal 370 11 164
Decimal 248 9 116
Hex F8 9 74

RGB Percentages of Color #f80974

%66.49
%2.41
%31.10

CMYK Percentages of Color #f80974

%0
%96
%53
%3

Triadic Colors of #f80974

#f80974 #74f809 #0974f8

Analogous Colors of #f80974

#f80974 #f81609 #f809ec

Monochromatic Colors of #f80974

#f80974

Complementary Color

#f80974 #09f88d

#f80974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80974 Color CSS Codes

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

#f80974 Text Font Color

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

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


#f80974 Background Color

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

This div background color is #f80974


#f80974 Border Color

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

This div border color is #f80974


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,9,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 #f80974">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80974

Related Colors


Comments

No comments written yet.

Please login to write comment.