Color Hex Logo

#ba1bab Color Hex

#BA1BAB
(186,27,171)
0 Favorites   0 Comments

Color spaces of #ba1bab

RGB 18627171
HSL0.850.750.42
HSV306°85°73°
CMYK 0.000.850.08   0.27
XYZ27.992314.163239.7865
Yxy14.16320.34160.1728
Hunter Lab37.634066.9093-36.3373
CIE-Lab44.466172.0325-38.7325

#ba1bab color RGB value is (186,27,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011011 10101011
Octal 272 33 253
Decimal 186 27 171
Hex BA 1B AB

RGB Percentages of Color #ba1bab

%48.44
%7.03
%44.53

CMYK Percentages of Color #ba1bab

%0
%85
%8
%27

Triadic Colors of #ba1bab

#ba1bab #abba1b #1babba

Analogous Colors of #ba1bab

#ba1bab #ba1b5b #7a1bba

Monochromatic Colors of #ba1bab

#ba1bab

Complementary Color

#ba1bab #1bba2a

#ba1bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1bab Color CSS Codes

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

#ba1bab Text Font Color

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

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


#ba1bab Background Color

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

This div background color is #ba1bab


#ba1bab Border Color

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

This div border color is #ba1bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1bab


Comments

No comments written yet.

Please login to write comment.