Color Hex Logo

#ba186b Color Hex

#BA186B
(186,24,107)
0 Favorites   0 Comments

Color spaces of #ba186b

RGB 18624107
HSL0.910.770.41
HSV329°87°73°
CMYK 0.000.870.42   0.27
XYZ23.230212.153915.0315
Yxy12.15390.46080.2411
Hunter Lab34.862457.9322-1.1601
CIE-Lab41.459764.9428-4.2975

#ba186b color RGB value is (186,24,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011000 01101011
Octal 272 30 153
Decimal 186 24 107
Hex BA 18 6B

RGB Percentages of Color #ba186b

%58.68
%7.57
%33.75

CMYK Percentages of Color #ba186b

%0
%87
%42
%27

Triadic Colors of #ba186b

#ba186b #6bba18 #186bba

Analogous Colors of #ba186b

#ba186b #ba181a #b818ba

Monochromatic Colors of #ba186b

#ba186b

Complementary Color

#ba186b #18ba67

#ba186b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba186b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba186b Color CSS Codes

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

#ba186b Text Font Color

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

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


#ba186b Background Color

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

This div background color is #ba186b


#ba186b Border Color

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

This div border color is #ba186b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba186b


Comments

No comments written yet.

Please login to write comment.