Color Hex Logo

#ba126b Color Hex

#BA126B
(186,18,107)
0 Favorites   0 Comments

Color spaces of #ba126b

RGB 18618107
HSL0.910.820.40
HSV328°90°73°
CMYK 0.000.900.42   0.27
XYZ23.119811.933314.9947
Yxy11.93330.46200.2384
Hunter Lab34.544659.0123-1.5546
CIE-Lab41.109965.9544-4.8161

#ba126b color RGB value is (186,18,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010010 01101011
Octal 272 22 153
Decimal 186 18 107
Hex BA 12 6B

RGB Percentages of Color #ba126b

%59.81
%5.79
%34.41

CMYK Percentages of Color #ba126b

%0
%90
%42
%27

Triadic Colors of #ba126b

#ba126b #6bba12 #126bba

Analogous Colors of #ba126b

#ba126b #ba1217 #b512ba

Monochromatic Colors of #ba126b

#ba126b

Complementary Color

#ba126b #12ba61

#ba126b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba126b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba126b Color CSS Codes

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

#ba126b Text Font Color

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

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


#ba126b Background Color

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

This div background color is #ba126b


#ba126b Border Color

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

This div border color is #ba126b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba126b


Comments

No comments written yet.

Please login to write comment.