Color Hex Logo

#ba083c Color Hex

#BA083C
(186,8,60)
0 Favorites   0 Comments

Color spaces of #ba083c

RGB 186860
HSL0.950.920.38
HSV342°96°73°
CMYK 0.000.960.68   0.27
XYZ21.152110.93905.2716
Yxy10.93900.56610.2928
Hunter Lab33.074256.277313.7018
CIE-Lab39.477563.872022.7571

#ba083c color RGB value is (186,8,60).

#ba083c hex color red value is 186, green value is 8 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ba083c hue: 0.95 , saturation: 0.92 and the lightness value of ba083c is 0.38.

The process color (four color CMYK) of #ba083c color hex is 0.00, 0.96, 0.68, 0.27. Web safe color of #ba083c is #cc0033. Color #ba083c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00001000 00111100
Octal 272 10 74
Decimal 186 8 60
Hex BA 8 3C

RGB Percentages of Color #ba083c

%73.23
%3.15
%23.62

CMYK Percentages of Color #ba083c

%0
%96
%68
%27

Triadic Colors of #ba083c

#ba083c #3cba08 #083cba

Analogous Colors of #ba083c

#ba083c #ba2d08 #ba0895

Monochromatic Colors of #ba083c

#ba083c

Complementary Color

#ba083c #08ba86

#ba083c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba083c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba083c Color CSS Codes

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

#ba083c Text Font Color

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

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


#ba083c Background Color

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

This div background color is #ba083c


#ba083c Border Color

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

This div border color is #ba083c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba083c


Comments

No comments written yet.

Please login to write comment.