Color Hex Logo

#ff0009 Color Hex

#FF0009
(255,0,9)
1 Favorites   0 Comments

Color spaces of #ff0009

RGB 25509
HSL0.991.000.50
HSV358°100°100°
CMYK 0.001.000.96   0.00
XYZ41.289321.27972.1897
Yxy21.27970.63760.3286
Hunter Lab46.129979.041829.4766
CIE-Lab53.254380.167965.0157

#ff0009 color RGB value is (255,0,9).

#ff0009 hex color red value is 255, green value is 0 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #ff0009 hue: 0.99 , saturation: 1.00 and the lightness value of ff0009 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000000 00001001
Octal 377 0 11
Decimal 255 0 9
Hex FF 0 9

RGB Percentages of Color #ff0009

%96.59
%0.00
%3.41

CMYK Percentages of Color #ff0009

%0
%100
%96
%0

Triadic Colors of #ff0009

#ff0009 #09ff00 #0009ff

Analogous Colors of #ff0009

#ff0009 #ff7700 #ff0089

Monochromatic Colors of #ff0009

#ff0009

Complementary Color

#ff0009 #00fff6

#ff0009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff0009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff0009 Color CSS Codes

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

#ff0009 Text Font Color

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

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


#ff0009 Background Color

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

This div background color is #ff0009


#ff0009 Border Color

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

This div border color is #ff0009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff0009

#ff0009 Color Palettes


Comments

No comments written yet.

Please login to write comment.