Color Hex Logo

#ba186d Color Hex

#BA186D
(186,24,109)
0 Favorites   0 Comments

Color spaces of #ba186d

RGB 18624109
HSL0.910.770.41
HSV329°87°73°
CMYK 0.000.870.41   0.27
XYZ23.336712.196515.5922
Yxy12.19650.45650.2386
Hunter Lab34.923558.1618-2.0246
CIE-Lab41.526765.1308-5.4515

#ba186d color RGB value is (186,24,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011000 01101101
Octal 272 30 155
Decimal 186 24 109
Hex BA 18 6D

RGB Percentages of Color #ba186d

%58.31
%7.52
%34.17

CMYK Percentages of Color #ba186d

%0
%87
%41
%27

Triadic Colors of #ba186d

#ba186d #6dba18 #186dba

Analogous Colors of #ba186d

#ba186d #ba181c #b618ba

Monochromatic Colors of #ba186d

#ba186d

Complementary Color

#ba186d #18ba65

#ba186d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba186d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba186d Color CSS Codes

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

#ba186d Text Font Color

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

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


#ba186d Background Color

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

This div background color is #ba186d


#ba186d Border Color

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

This div border color is #ba186d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,24,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 #ba186d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba186d


Comments

No comments written yet.

Please login to write comment.