Color Hex Logo

#ba0117 Color Hex

#BA0117
(186,1,23)
0 Favorites   0 Comments

Color spaces of #ba0117

RGB 186123
HSL0.980.990.37
HSV353°99°73°
CMYK 0.000.990.88   0.27
XYZ20.415210.52271.7657
Yxy10.52270.62420.3218
Hunter Lab32.438755.570719.4798
CIE-Lab38.764763.384543.7987

#ba0117 color RGB value is (186,1,23).

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

The process color (four color CMYK) of #ba0117 color hex is 0.00, 0.99, 0.88, 0.27. Web safe color of #ba0117 is #cc0000. Color #ba0117 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000001 00010111
Octal 272 1 27
Decimal 186 1 23
Hex BA 1 17

RGB Percentages of Color #ba0117

%88.57
%0.48
%10.95

CMYK Percentages of Color #ba0117

%0
%99
%88
%27

Triadic Colors of #ba0117

#ba0117 #17ba01 #0117ba

Analogous Colors of #ba0117

#ba0117 #ba4701 #ba0174

Monochromatic Colors of #ba0117

#ba0117

Complementary Color

#ba0117 #01baa4

#ba0117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba0117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba0117 Color CSS Codes

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

#ba0117 Text Font Color

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

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


#ba0117 Background Color

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

This div background color is #ba0117


#ba0117 Border Color

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

This div border color is #ba0117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba0117


Comments

No comments written yet.

Please login to write comment.