Color Hex Logo

#ba018a Color Hex

#BA018A
(186,1,138)
0 Favorites   0 Comments

Color spaces of #ba018a

RGB 1861138
HSL0.880.990.37
HSV316°99°73°
CMYK 0.000.990.26   0.27
XYZ24.848012.295825.1084
Yxy12.29580.39920.1975
Hunter Lab35.065465.1242-17.9086
CIE-Lab41.682471.0774-23.1925

#ba018a color RGB value is (186,1,138).

#ba018a hex color red value is 186, green value is 1 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ba018a hue: 0.88 , saturation: 0.99 and the lightness value of ba018a is 0.37.

The process color (four color CMYK) of #ba018a color hex is 0.00, 0.99, 0.26, 0.27. Web safe color of #ba018a is #cc0099. Color #ba018a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000001 10001010
Octal 272 1 212
Decimal 186 1 138
Hex BA 1 8A

RGB Percentages of Color #ba018a

%57.23
%0.31
%42.46

CMYK Percentages of Color #ba018a

%0
%99
%26
%27

Triadic Colors of #ba018a

#ba018a #8aba01 #018aba

Analogous Colors of #ba018a

#ba018a #ba012e #8e01ba

Monochromatic Colors of #ba018a

#ba018a

Complementary Color

#ba018a #01ba31

#ba018a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba018a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba018a Color CSS Codes

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

#ba018a Text Font Color

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

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


#ba018a Background Color

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

This div background color is #ba018a


#ba018a Border Color

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

This div border color is #ba018a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba018a


Comments

No comments written yet.

Please login to write comment.