Color Hex Logo

#ba051b Color Hex

#BA051B
(186,5,27)
0 Favorites   0 Comments

Color spaces of #ba051b

RGB 186527
HSL0.980.950.37
HSV353°97°73°
CMYK 0.000.970.85   0.27
XYZ20.501810.62682.0075
Yxy10.62680.61870.3207
Hunter Lab32.598855.213219.1679
CIE-Lab38.944763.031441.8963

#ba051b color RGB value is (186,5,27).

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

The process color (four color CMYK) of #ba051b color hex is 0.00, 0.97, 0.85, 0.27. Web safe color of #ba051b is #cc0033. Color #ba051b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000101 00011011
Octal 272 5 33
Decimal 186 5 27
Hex BA 5 1B

RGB Percentages of Color #ba051b

%85.32
%2.29
%12.39

CMYK Percentages of Color #ba051b

%0
%97
%85
%27

Triadic Colors of #ba051b

#ba051b #1bba05 #051bba

Analogous Colors of #ba051b

#ba051b #ba4a05 #ba0576

Monochromatic Colors of #ba051b

#ba051b

Complementary Color

#ba051b #05baa4

#ba051b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba051b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba051b Color CSS Codes

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

#ba051b Text Font Color

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

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


#ba051b Background Color

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

This div background color is #ba051b


#ba051b Border Color

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

This div border color is #ba051b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba051b


Comments

No comments written yet.

Please login to write comment.