Color Hex Logo

#ba116d Color Hex

#BA116D
(186,17,109)
0 Favorites   0 Comments

Color spaces of #ba116d

RGB 18617109
HSL0.910.830.40
HSV327°91°73°
CMYK 0.000.910.41   0.27
XYZ23.210511.944115.5501
Yxy11.94410.45780.2356
Hunter Lab34.560259.3994-2.4849
CIE-Lab41.127166.2878-6.0462

#ba116d color RGB value is (186,17,109).

#ba116d hex color red value is 186, green value is 17 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ba116d hue: 0.91 , saturation: 0.83 and the lightness value of ba116d is 0.40.

The process color (four color CMYK) of #ba116d color hex is 0.00, 0.91, 0.41, 0.27. Web safe color of #ba116d is #cc0066. Color #ba116d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010001 01101101
Octal 272 21 155
Decimal 186 17 109
Hex BA 11 6D

RGB Percentages of Color #ba116d

%59.62
%5.45
%34.94

CMYK Percentages of Color #ba116d

%0
%91
%41
%27

Triadic Colors of #ba116d

#ba116d #6dba11 #116dba

Analogous Colors of #ba116d

#ba116d #ba1119 #b311ba

Monochromatic Colors of #ba116d

#ba116d

Complementary Color

#ba116d #11ba5e

#ba116d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba116d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba116d Color CSS Codes

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

#ba116d Text Font Color

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

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


#ba116d Background Color

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

This div background color is #ba116d


#ba116d Border Color

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

This div border color is #ba116d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba116d


Comments

No comments written yet.

Please login to write comment.