Color Hex Logo

#ff370b Color Hex

#FF370B
(255,55,11)
0 Favorites   0 Comments

Color spaces of #ff370b

RGB 2555511
HSL0.031.000.52
HSV11°96°100°
CMYK 0.000.780.96   0.00
XYZ42.666624.01652.7035
Yxy24.01650.61490.3461
Hunter Lab49.006669.645731.0339
CIE-Lab56.104372.047865.9707

#ff370b color RGB value is (255,55,11).

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

The process color (four color CMYK) of #ff370b color hex is 0.00, 0.78, 0.96, 0.00. Web safe color of #ff370b is #ff3300. Color #ff370b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110111 00001011
Octal 377 67 13
Decimal 255 55 11
Hex FF 37 B

RGB Percentages of Color #ff370b

%79.44
%17.13
%3.43

CMYK Percentages of Color #ff370b

%0
%78
%96
%0

Triadic Colors of #ff370b

#ff370b #0bff37 #370bff

Analogous Colors of #ff370b

#ff370b #ffb10b #ff0b59

Monochromatic Colors of #ff370b

#ff370b

Complementary Color

#ff370b #0bd3ff

#ff370b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff370b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff370b Color CSS Codes

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

#ff370b Text Font Color

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

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


#ff370b Background Color

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

This div background color is #ff370b


#ff370b Border Color

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

This div border color is #ff370b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff370b


Comments

No comments written yet.

Please login to write comment.