Color Hex Logo

#ff094a Color Hex

#FF094A
(255,9,74)
0 Favorites   0 Comments

Color spaces of #ff094a

RGB 255974
HSL0.961.000.52
HSV344°96°100°
CMYK 0.000.960.71   0.00
XYZ42.573721.94988.4714
Yxy21.94980.58320.3007
Hunter Lab46.850680.216522.0748
CIE-Lab53.973780.953435.2632

#ff094a color RGB value is (255,9,74).

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

The process color (four color CMYK) of #ff094a color hex is 0.00, 0.96, 0.71, 0.00. Web safe color of #ff094a is #ff0033. Color #ff094a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00001001 01001010
Octal 377 11 112
Decimal 255 9 74
Hex FF 9 4A

RGB Percentages of Color #ff094a

%75.44
%2.66
%21.89

CMYK Percentages of Color #ff094a

%0
%96
%71
%0

Triadic Colors of #ff094a

#ff094a #4aff09 #094aff

Analogous Colors of #ff094a

#ff094a #ff4309 #ff09c5

Monochromatic Colors of #ff094a

#ff094a

Complementary Color

#ff094a #09ffbe

#ff094a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff094a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff094a Color CSS Codes

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

#ff094a Text Font Color

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

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


#ff094a Background Color

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

This div background color is #ff094a


#ff094a Border Color

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

This div border color is #ff094a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff094a


Comments

No comments written yet.

Please login to write comment.