Color Hex Logo

#ba1077 Color Hex

#BA1077
(186,16,119)
0 Favorites   0 Comments

Color spaces of #ba1077

RGB 18616119
HSL0.900.840.40
HSV324°91°73°
CMYK 0.000.910.36   0.27
XYZ23.764812.141618.5438
Yxy12.14160.43650.2230
Hunter Lab34.844860.7619-7.1618
CIE-Lab41.440367.4063-11.8254

#ba1077 color RGB value is (186,16,119).

#ba1077 hex color red value is 186, green value is 16 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #ba1077 hue: 0.90 , saturation: 0.84 and the lightness value of ba1077 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010000 01110111
Octal 272 20 167
Decimal 186 16 119
Hex BA 10 77

RGB Percentages of Color #ba1077

%57.94
%4.98
%37.07

CMYK Percentages of Color #ba1077

%0
%91
%36
%27

Triadic Colors of #ba1077

#ba1077 #77ba10 #1077ba

Analogous Colors of #ba1077

#ba1077 #ba1022 #a810ba

Monochromatic Colors of #ba1077

#ba1077

Complementary Color

#ba1077 #10ba53

#ba1077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1077 Color CSS Codes

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

#ba1077 Text Font Color

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

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


#ba1077 Background Color

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

This div background color is #ba1077


#ba1077 Border Color

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

This div border color is #ba1077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1077


Comments

No comments written yet.

Please login to write comment.