Color Hex Logo

#ba135b Color Hex

#BA135B
(186,19,91)
0 Favorites   0 Comments

Color spaces of #ba135b

RGB 1861991
HSL0.930.810.40
HSV334°90°73°
CMYK 0.000.900.51   0.27
XYZ22.370911.660210.9691
Yxy11.66020.49710.2591
Hunter Lab34.147057.18424.8571
CIE-Lab40.670964.43964.6476

#ba135b color RGB value is (186,19,91).

#ba135b hex color red value is 186, green value is 19 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ba135b hue: 0.93 , saturation: 0.81 and the lightness value of ba135b is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010011 01011011
Octal 272 23 133
Decimal 186 19 91
Hex BA 13 5B

RGB Percentages of Color #ba135b

%62.84
%6.42
%30.74

CMYK Percentages of Color #ba135b

%0
%90
%51
%27

Triadic Colors of #ba135b

#ba135b #5bba13 #135bba

Analogous Colors of #ba135b

#ba135b #ba1f13 #ba13af

Monochromatic Colors of #ba135b

#ba135b

Complementary Color

#ba135b #13ba72

#ba135b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba135b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba135b Color CSS Codes

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

#ba135b Text Font Color

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

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


#ba135b Background Color

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

This div background color is #ba135b


#ba135b Border Color

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

This div border color is #ba135b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba135b


Comments

No comments written yet.

Please login to write comment.