Color Hex Logo

#b43615 Color Hex

#B43615
(180,54,21)
0 Favorites   0 Comments

Color spaces of #b43615

RGB 1805421
HSL0.030.790.39
HSV12°88°71°
CMYK 0.000.700.88   0.29
XYZ20.276912.39582.0334
Yxy12.39580.58420.3572
Hunter Lab35.207741.188821.2211
CIE-Lab41.838449.457946.6593

#b43615 color RGB value is (180,54,21).

#b43615 hex color red value is 180, green value is 54 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #b43615 hue: 0.03 , saturation: 0.79 and the lightness value of b43615 is 0.39.

The process color (four color CMYK) of #b43615 color hex is 0.00, 0.70, 0.88, 0.29. Web safe color of #b43615 is #cc3300. Color #b43615 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110110 00010101
Octal 264 66 25
Decimal 180 54 21
Hex B4 36 15

RGB Percentages of Color #b43615

%70.59
%21.18
%8.24

CMYK Percentages of Color #b43615

%0
%70
%88
%29

Triadic Colors of #b43615

#b43615 #15b436 #3615b4

Analogous Colors of #b43615

#b43615 #b48615 #b41543

Monochromatic Colors of #b43615

#b43615

Complementary Color

#b43615 #1593b4

#b43615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43615 Color CSS Codes

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

#b43615 Text Font Color

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

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


#b43615 Background Color

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

This div background color is #b43615


#b43615 Border Color

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

This div border color is #b43615


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,54,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b43615; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b43615;
  -webkit-box-shadow: 1px 1px 3px 2px #b43615;
  box-shadow:         1px 1px 3px 2px #b43615; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,54,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43615


Comments

No comments written yet.

Please login to write comment.