Color Hex Logo

#ba5121 Color Hex

#BA5121
(186,81,33)
0 Favorites   0 Comments

Color spaces of #ba5121

RGB 1868133
HSL0.050.700.43
HSV19°82°73°
CMYK 0.000.560.82   0.27
XYZ23.466616.43383.3740
Yxy16.43380.54230.3798
Hunter Lab40.538632.385723.4424
CIE-Lab47.538639.797646.7301

#ba5121 color RGB value is (186,81,33).

#ba5121 hex color red value is 186, green value is 81 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ba5121 hue: 0.05 , saturation: 0.70 and the lightness value of ba5121 is 0.43.

The process color (four color CMYK) of #ba5121 color hex is 0.00, 0.56, 0.82, 0.27. Web safe color of #ba5121 is #cc6633. Color #ba5121 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010001 00100001
Octal 272 121 41
Decimal 186 81 33
Hex BA 51 21

RGB Percentages of Color #ba5121

%62.00
%27.00
%11.00

CMYK Percentages of Color #ba5121

%0
%56
%82
%27

Triadic Colors of #ba5121

#ba5121 #21ba51 #5121ba

Analogous Colors of #ba5121

#ba5121 #ba9e21 #ba213e

Monochromatic Colors of #ba5121

#ba5121

Complementary Color

#ba5121 #218aba

#ba5121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5121 Color CSS Codes

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

#ba5121 Text Font Color

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

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


#ba5121 Background Color

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

This div background color is #ba5121


#ba5121 Border Color

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

This div border color is #ba5121


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,81,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ba5121; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ba5121;
  -webkit-box-shadow: 1px 1px 3px 2px #ba5121;
  box-shadow:         1px 1px 3px 2px #ba5121; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,81,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5121


Comments

No comments written yet.

Please login to write comment.