Color Hex Logo

#f80865 Color Hex

#F80865
(248,8,101)
0 Favorites   0 Comments

Color spaces of #f80865

RGB 2488101
HSL0.940.940.50
HSV337°97°97°
CMYK 0.000.970.59   0.03
XYZ41.147221.069714.2101
Yxy21.06970.53840.2757
Hunter Lab45.901779.682813.7764
CIE-Lab53.025780.718217.5621

#f80865 color RGB value is (248,8,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001000 01100101
Octal 370 10 145
Decimal 248 8 101
Hex F8 8 65

RGB Percentages of Color #f80865

%69.47
%2.24
%28.29

CMYK Percentages of Color #f80865

%0
%97
%59
%3

Triadic Colors of #f80865

#f80865 #65f808 #0865f8

Analogous Colors of #f80865

#f80865 #f82308 #f808dd

Monochromatic Colors of #f80865

#f80865

Complementary Color

#f80865 #08f89b

#f80865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80865 Color CSS Codes

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

#f80865 Text Font Color

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

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


#f80865 Background Color

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

This div background color is #f80865


#f80865 Border Color

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

This div border color is #f80865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80865


Comments

No comments written yet.

Please login to write comment.