Color Hex Logo

#ba009e Color Hex

#BA009E
(186,0,158)
0 Favorites   0 Comments

Color spaces of #ba009e

RGB 1860158
HSL0.861.000.36
HSV309°100°73°
CMYK 0.001.000.15   0.27
XYZ26.421312.907733.4466
Yxy12.90770.36310.1774
Hunter Lab35.927368.3980-30.0471
CIE-Lab42.623873.6297-33.8706

#ba009e color RGB value is (186,0,158).

#ba009e hex color red value is 186, green value is 0 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ba009e hue: 0.86 , saturation: 1.00 and the lightness value of ba009e is 0.36.

The process color (four color CMYK) of #ba009e color hex is 0.00, 1.00, 0.15, 0.27. Web safe color of #ba009e is #cc0099. Color #ba009e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000000 10011110
Octal 272 0 236
Decimal 186 0 158
Hex BA 0 9E

RGB Percentages of Color #ba009e

%54.07
%0.00
%45.93

CMYK Percentages of Color #ba009e

%0
%100
%15
%27

Triadic Colors of #ba009e

#ba009e #9eba00 #009eba

Analogous Colors of #ba009e

#ba009e #ba0041 #7900ba

Monochromatic Colors of #ba009e

#ba009e

Complementary Color

#ba009e #00ba1c

#ba009e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba009e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba009e Color CSS Codes

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

#ba009e Text Font Color

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

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


#ba009e Background Color

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

This div background color is #ba009e


#ba009e Border Color

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

This div border color is #ba009e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba009e


Comments

No comments written yet.

Please login to write comment.