Color Hex Logo

#ba1b88 Color Hex

#BA1B88
(186,27,136)
0 Favorites   0 Comments

Color spaces of #ba1b88

RGB 18627136
HSL0.890.750.42
HSV319°85°73°
CMYK 0.000.850.27   0.27
XYZ25.085613.000524.4798
Yxy13.00050.40090.2078
Hunter Lab36.056261.0905-15.0147
CIE-Lab42.764067.4313-20.2956

#ba1b88 color RGB value is (186,27,136).

#ba1b88 hex color red value is 186, green value is 27 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #ba1b88 hue: 0.89 , saturation: 0.75 and the lightness value of ba1b88 is 0.42.

The process color (four color CMYK) of #ba1b88 color hex is 0.00, 0.85, 0.27, 0.27. Web safe color of #ba1b88 is #cc3399. Color #ba1b88 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011011 10001000
Octal 272 33 210
Decimal 186 27 136
Hex BA 1B 88

RGB Percentages of Color #ba1b88

%53.30
%7.74
%38.97

CMYK Percentages of Color #ba1b88

%0
%85
%27
%27

Triadic Colors of #ba1b88

#ba1b88 #88ba1b #1b88ba

Analogous Colors of #ba1b88

#ba1b88 #ba1b39 #9d1bba

Monochromatic Colors of #ba1b88

#ba1b88

Complementary Color

#ba1b88 #1bba4d

#ba1b88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1b88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1b88 Color CSS Codes

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

#ba1b88 Text Font Color

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

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


#ba1b88 Background Color

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

This div background color is #ba1b88


#ba1b88 Border Color

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

This div border color is #ba1b88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1b88


Comments

No comments written yet.

Please login to write comment.