Color Hex Logo

#ff093c Color Hex

#FF093C
(255,9,60)
0 Favorites   0 Comments

Color spaces of #ff093c

RGB 255960
HSL0.971.000.52
HSV348°96°100°
CMYK 0.000.960.76   0.00
XYZ42.153321.78166.2575
Yxy21.78160.60050.3103
Hunter Lab46.670879.548424.7201
CIE-Lab53.794580.462443.1544

#ff093c color RGB value is (255,9,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00001001 00111100
Octal 377 11 74
Decimal 255 9 60
Hex FF 9 3C

RGB Percentages of Color #ff093c

%78.70
%2.78
%18.52

CMYK Percentages of Color #ff093c

%0
%96
%76
%0

Triadic Colors of #ff093c

#ff093c #3cff09 #093cff

Analogous Colors of #ff093c

#ff093c #ff5109 #ff09b7

Monochromatic Colors of #ff093c

#ff093c

Complementary Color

#ff093c #09ffcc

#ff093c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff093c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff093c Color CSS Codes

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

#ff093c Text Font Color

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

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


#ff093c Background Color

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

This div background color is #ff093c


#ff093c Border Color

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

This div border color is #ff093c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff093c


Comments

No comments written yet.

Please login to write comment.