Color Hex Logo

#ba022e Color Hex

#BA022E
(186,2,46)
0 Favorites   0 Comments

Color spaces of #ba022e

RGB 186246
HSL0.960.980.37
HSV346°99°73°
CMYK 0.000.990.75   0.27
XYZ20.764610.67983.5518
Yxy10.67980.59330.3052
Hunter Lab32.680056.227616.4321
CIE-Lab39.035963.914130.9857

#ba022e color RGB value is (186,2,46).

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

The process color (four color CMYK) of #ba022e color hex is 0.00, 0.99, 0.75, 0.27. Web safe color of #ba022e is #cc0033. Color #ba022e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000010 00101110
Octal 272 2 56
Decimal 186 2 46
Hex BA 2 2E

RGB Percentages of Color #ba022e

%79.49
%0.85
%19.66

CMYK Percentages of Color #ba022e

%0
%99
%75
%27

Triadic Colors of #ba022e

#ba022e #2eba02 #022eba

Analogous Colors of #ba022e

#ba022e #ba3202 #ba028a

Monochromatic Colors of #ba022e

#ba022e

Complementary Color

#ba022e #02ba8e

#ba022e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba022e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba022e Color CSS Codes

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

#ba022e Text Font Color

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

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


#ba022e Background Color

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

This div background color is #ba022e


#ba022e Border Color

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

This div border color is #ba022e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba022e


Comments

No comments written yet.

Please login to write comment.