Color Hex Logo

#f80898 Color Hex

#F80898
(248,8,152)
0 Favorites   0 Comments

Color spaces of #f80898

RGB 2488152
HSL0.900.940.50
HSV324°97°97°
CMYK 0.000.970.39   0.03
XYZ44.465722.397131.6852
Yxy22.39710.45120.2273
Hunter Lab47.325684.8935-6.5677
CIE-Lab54.445884.5036-11.0761

#f80898 color RGB value is (248,8,152).

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

The process color (four color CMYK) of #f80898 color hex is 0.00, 0.97, 0.39, 0.03. Web safe color of #f80898 is #ff0099. Color #f80898 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001000 10011000
Octal 370 10 230
Decimal 248 8 152
Hex F8 8 98

RGB Percentages of Color #f80898

%60.78
%1.96
%37.25

CMYK Percentages of Color #f80898

%0
%97
%39
%3

Triadic Colors of #f80898

#f80898 #98f808 #0898f8

Analogous Colors of #f80898

#f80898 #f80820 #e008f8

Monochromatic Colors of #f80898

#f80898

Complementary Color

#f80898 #08f868

#f80898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80898 Color CSS Codes

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

#f80898 Text Font Color

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

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


#f80898 Background Color

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

This div background color is #f80898


#f80898 Border Color

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

This div border color is #f80898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80898


Comments

No comments written yet.

Please login to write comment.