Color Hex Logo

#ba148a Color Hex

#BA148A
(186,20,138)
0 Favorites   0 Comments

Color spaces of #ba148a

RGB 18620138
HSL0.880.810.40
HSV317°89°73°
CMYK 0.000.890.26   0.27
XYZ25.087312.774425.1882
Yxy12.77440.39790.2026
Hunter Lab35.741362.7443-16.7649
CIE-Lab42.421368.9156-22.0483

#ba148a color RGB value is (186,20,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010100 10001010
Octal 272 24 212
Decimal 186 20 138
Hex BA 14 8A

RGB Percentages of Color #ba148a

%54.07
%5.81
%40.12

CMYK Percentages of Color #ba148a

%0
%89
%26
%27

Triadic Colors of #ba148a

#ba148a #8aba14 #148aba

Analogous Colors of #ba148a

#ba148a #ba1437 #9714ba

Monochromatic Colors of #ba148a

#ba148a

Complementary Color

#ba148a #14ba44

#ba148a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba148a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba148a Color CSS Codes

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

#ba148a Text Font Color

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

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


#ba148a Background Color

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

This div background color is #ba148a


#ba148a Border Color

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

This div border color is #ba148a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba148a


Comments

No comments written yet.

Please login to write comment.