Color Hex Logo

#f80861 Color Hex

#F80861
(248,8,97)
0 Favorites   0 Comments

Color spaces of #f80861

RGB 248897
HSL0.940.940.50
HSV338°97°97°
CMYK 0.000.970.61   0.03
XYZ40.955920.993213.2027
Yxy20.99320.54500.2793
Hunter Lab45.818379.374714.9882
CIE-Lab52.942180.491719.8742

#f80861 color RGB value is (248,8,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001000 01100001
Octal 370 10 141
Decimal 248 8 97
Hex F8 8 61

RGB Percentages of Color #f80861

%70.25
%2.27
%27.48

CMYK Percentages of Color #f80861

%0
%97
%61
%3

Triadic Colors of #f80861

#f80861 #61f808 #0861f8

Analogous Colors of #f80861

#f80861 #f82708 #f808d9

Monochromatic Colors of #f80861

#f80861

Complementary Color

#f80861 #08f89f

#f80861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80861 Color CSS Codes

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

#f80861 Text Font Color

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

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


#f80861 Background Color

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

This div background color is #f80861


#f80861 Border Color

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

This div border color is #f80861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80861

Related Colors


Comments

No comments written yet.

Please login to write comment.