Color Hex Logo

#ff080a Color Hex

#FF080A
(255,8,10)
0 Favorites   0 Comments

Color spaces of #ff080a

RGB 255810
HSL1.001.000.52
HSV360°97°100°
CMYK 0.000.970.96   0.00
XYZ41.381621.45562.2474
Yxy21.45560.63580.3297
Hunter Lab46.320278.408329.5475
CIE-Lab53.444679.629764.8702

#ff080a color RGB value is (255,8,10).

#ff080a hex color red value is 255, green value is 8 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ff080a hue: 1.00 , saturation: 1.00 and the lightness value of ff080a is 0.52.

The process color (four color CMYK) of #ff080a color hex is 0.00, 0.97, 0.96, 0.00. Web safe color of #ff080a is #ff0000. Color #ff080a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00001000 00001010
Octal 377 10 12
Decimal 255 8 10
Hex FF 8 A

RGB Percentages of Color #ff080a

%93.41
%2.93
%3.66

CMYK Percentages of Color #ff080a

%0
%97
%96
%0

Triadic Colors of #ff080a

#ff080a #0aff08 #080aff

Analogous Colors of #ff080a

#ff080a #ff8208 #ff0886

Monochromatic Colors of #ff080a

#ff080a

Complementary Color

#ff080a #08fffd

#ff080a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff080a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff080a Color CSS Codes

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

#ff080a Text Font Color

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

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


#ff080a Background Color

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

This div background color is #ff080a


#ff080a Border Color

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

This div border color is #ff080a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff080a


Comments

No comments written yet.

Please login to write comment.