Color Hex Logo

#f80005 Color Hex

#F80005
(248,0,5)
0 Favorites   0 Comments

Color spaces of #f80005

RGB 24805
HSL1.001.000.49
HSV359°100°97°
CMYK 0.001.000.98   0.03
XYZ38.738819.96741.9559
Yxy19.96740.63860.3292
Hunter Lab44.684976.548928.6842
CIE-Lab51.800378.471464.5179

#f80005 color RGB value is (248,0,5).

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

The process color (four color CMYK) of #f80005 color hex is 0.00, 1.00, 0.98, 0.03. Web safe color of #f80005 is #ff0000. Color #f80005 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000000 00000101
Octal 370 0 5
Decimal 248 0 5
Hex F8 0 5

RGB Percentages of Color #f80005

%98.02
%0.00
%1.98

CMYK Percentages of Color #f80005

%0
%100
%98
%3

Triadic Colors of #f80005

#f80005 #05f800 #0005f8

Analogous Colors of #f80005

#f80005 #f87700 #f80081

Monochromatic Colors of #f80005

#f80005

Complementary Color

#f80005 #00f8f3

#f80005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80005 Color CSS Codes

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

#f80005 Text Font Color

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

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


#f80005 Background Color

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

This div background color is #f80005


#f80005 Border Color

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

This div border color is #f80005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80005


Comments

No comments written yet.

Please login to write comment.