Color Hex Logo

#f80030 Color Hex

#F80030
(248,0,48)
0 Favorites   0 Comments

Color spaces of #f80030

RGB 248048
HSL0.971.000.49
HSV348°100°97°
CMYK 0.001.000.81   0.03
XYZ39.244920.16994.6210
Yxy20.16990.61290.3150
Hunter Lab44.910977.386125.3371
CIE-Lab52.028879.094247.5285

#f80030 color RGB value is (248,0,48).

#f80030 hex color red value is 248, green value is 0 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #f80030 hue: 0.97 , saturation: 1.00 and the lightness value of f80030 is 0.49.

The process color (four color CMYK) of #f80030 color hex is 0.00, 1.00, 0.81, 0.03. Web safe color of #f80030 is #ff0033. Color #f80030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000000 00110000
Octal 370 0 60
Decimal 248 0 48
Hex F8 0 30

RGB Percentages of Color #f80030

%83.78
%0.00
%16.22

CMYK Percentages of Color #f80030

%0
%100
%81
%3

Triadic Colors of #f80030

#f80030 #30f800 #0030f8

Analogous Colors of #f80030

#f80030 #f84c00 #f800ac

Monochromatic Colors of #f80030

#f80030

Complementary Color

#f80030 #00f8c8

#f80030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80030 Color CSS Codes

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

#f80030 Text Font Color

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

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


#f80030 Background Color

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

This div background color is #f80030


#f80030 Border Color

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

This div border color is #f80030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80030


Comments

No comments written yet.

Please login to write comment.