Color Hex Logo

#ba031d Color Hex

#BA031D
(186,3,29)
0 Favorites   0 Comments

Color spaces of #ba031d

RGB 186329
HSL0.980.970.37
HSV351°98°73°
CMYK 0.000.980.84   0.27
XYZ20.504010.59292.1264
Yxy10.59290.61720.3188
Hunter Lab32.546755.495818.9091
CIE-Lab38.886263.294240.7723

#ba031d color RGB value is (186,3,29).

#ba031d hex color red value is 186, green value is 3 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ba031d hue: 0.98 , saturation: 0.97 and the lightness value of ba031d is 0.37.

The process color (four color CMYK) of #ba031d color hex is 0.00, 0.98, 0.84, 0.27. Web safe color of #ba031d is #cc0033. Color #ba031d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000011 00011101
Octal 272 3 35
Decimal 186 3 29
Hex BA 3 1D

RGB Percentages of Color #ba031d

%85.32
%1.38
%13.30

CMYK Percentages of Color #ba031d

%0
%98
%84
%27

Triadic Colors of #ba031d

#ba031d #1dba03 #031dba

Analogous Colors of #ba031d

#ba031d #ba4403 #ba0379

Monochromatic Colors of #ba031d

#ba031d

Complementary Color

#ba031d #03baa0

#ba031d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba031d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba031d Color CSS Codes

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

#ba031d Text Font Color

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

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


#ba031d Background Color

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

This div background color is #ba031d


#ba031d Border Color

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

This div border color is #ba031d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba031d


Comments

No comments written yet.

Please login to write comment.