Color Hex Logo

#b5402a Color Hex

#B5402A
(181,64,42)
0 Favorites   0 Comments

Color spaces of #b5402a

RGB 1816442
HSL0.030.620.44
HSV77°71°
CMYK 0.000.650.77   0.29
XYZ21.307413.65773.7037
Yxy13.65770.55100.3532
Hunter Lab36.956338.241719.9275
CIE-Lab43.738046.247838.1945

#b5402a color RGB value is (181,64,42).

#b5402a hex color red value is 181, green value is 64 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #b5402a hue: 0.03 , saturation: 0.62 and the lightness value of b5402a is 0.44.

The process color (four color CMYK) of #b5402a color hex is 0.00, 0.65, 0.77, 0.29. Web safe color of #b5402a is #cc3333. Color #b5402a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000000 00101010
Octal 265 100 52
Decimal 181 64 42
Hex B5 40 2A

RGB Percentages of Color #b5402a

%63.07
%22.30
%14.63

CMYK Percentages of Color #b5402a

%0
%65
%77
%29

Triadic Colors of #b5402a

#b5402a #2ab540 #402ab5

Analogous Colors of #b5402a

#b5402a #b5862a #b52a5a

Monochromatic Colors of #b5402a

#b5402a

Complementary Color

#b5402a #2a9fb5

#b5402a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5402a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5402a Color CSS Codes

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

#b5402a Text Font Color

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

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


#b5402a Background Color

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

This div background color is #b5402a


#b5402a Border Color

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

This div border color is #b5402a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,64,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5402a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5402a;
  -webkit-box-shadow: 1px 1px 3px 2px #b5402a;
  box-shadow:         1px 1px 3px 2px #b5402a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,64,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5402a


Comments

No comments written yet.

Please login to write comment.