Color Hex Logo

#ba088a Color Hex

#BA088A
(186,8,138)
0 Favorites   0 Comments

Color spaces of #ba088a

RGB 1868138
HSL0.880.920.38
HSV316°96°73°
CMYK 0.000.960.26   0.27
XYZ24.924012.447725.1338
Yxy12.44770.39870.1991
Hunter Lab35.281364.3567-17.5403
CIE-Lab41.919070.3834-22.8259

#ba088a color RGB value is (186,8,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00001000 10001010
Octal 272 10 212
Decimal 186 8 138
Hex BA 8 8A

RGB Percentages of Color #ba088a

%56.02
%2.41
%41.57

CMYK Percentages of Color #ba088a

%0
%96
%26
%27

Triadic Colors of #ba088a

#ba088a #8aba08 #088aba

Analogous Colors of #ba088a

#ba088a #ba0831 #9108ba

Monochromatic Colors of #ba088a

#ba088a

Complementary Color

#ba088a #08ba38

#ba088a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba088a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba088a Color CSS Codes

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

#ba088a Text Font Color

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

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


#ba088a Background Color

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

This div background color is #ba088a


#ba088a Border Color

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

This div border color is #ba088a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,8,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 #ba088a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba088a


Comments

No comments written yet.

Please login to write comment.