Color Hex Logo

#ba036a Color Hex

#BA036A
(186,3,106)
0 Favorites   0 Comments

Color spaces of #ba036a

RGB 1863106
HSL0.910.970.37
HSV326°98°73°
CMYK 0.000.980.43   0.27
XYZ22.883811.544814.6579
Yxy11.54480.46620.2352
Hunter Lab33.977660.7581-1.7933
CIE-Lab40.483367.5896-5.1174

#ba036a color RGB value is (186,3,106).

#ba036a hex color red value is 186, green value is 3 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ba036a hue: 0.91 , saturation: 0.97 and the lightness value of ba036a is 0.37.

The process color (four color CMYK) of #ba036a color hex is 0.00, 0.98, 0.43, 0.27. Web safe color of #ba036a is #cc0066. Color #ba036a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000011 01101010
Octal 272 3 152
Decimal 186 3 106
Hex BA 3 6A

RGB Percentages of Color #ba036a

%63.05
%1.02
%35.93

CMYK Percentages of Color #ba036a

%0
%98
%43
%27

Triadic Colors of #ba036a

#ba036a #6aba03 #036aba

Analogous Colors of #ba036a

#ba036a #ba030f #af03ba

Monochromatic Colors of #ba036a

#ba036a

Complementary Color

#ba036a #03ba53

#ba036a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba036a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba036a Color CSS Codes

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

#ba036a Text Font Color

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

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


#ba036a Background Color

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

This div background color is #ba036a


#ba036a Border Color

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

This div border color is #ba036a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba036a


Comments

No comments written yet.

Please login to write comment.