Color Hex Logo

#ff3b0d Color Hex

#FF3B0D
(255,59,13)
0 Favorites   0 Comments

Color spaces of #ff3b0d

RGB 2555913
HSL0.031.000.53
HSV11°95°100°
CMYK 0.000.770.95   0.00
XYZ42.876624.41702.8339
Yxy24.41700.61140.3482
Hunter Lab49.413668.412431.1892
CIE-Lab56.502970.956865.7346

#ff3b0d color RGB value is (255,59,13).

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

The process color (four color CMYK) of #ff3b0d color hex is 0.00, 0.77, 0.95, 0.00. Web safe color of #ff3b0d is #ff3300. Color #ff3b0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00111011 00001101
Octal 377 73 15
Decimal 255 59 13
Hex FF 3B D

RGB Percentages of Color #ff3b0d

%77.98
%18.04
%3.98

CMYK Percentages of Color #ff3b0d

%0
%77
%95
%0

Triadic Colors of #ff3b0d

#ff3b0d #0dff3b #3b0dff

Analogous Colors of #ff3b0d

#ff3b0d #ffb40d #ff0d58

Monochromatic Colors of #ff3b0d

#ff3b0d

Complementary Color

#ff3b0d #0dd1ff

#ff3b0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff3b0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff3b0d Color CSS Codes

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

#ff3b0d Text Font Color

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

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


#ff3b0d Background Color

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

This div background color is #ff3b0d


#ff3b0d Border Color

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

This div border color is #ff3b0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff3b0d


Comments

No comments written yet.

Please login to write comment.