Color Hex Logo

#ba1abb Color Hex

#BA1ABB
(186,26,187)
0 Favorites   0 Comments

Color spaces of #ba1abb

RGB 18626187
HSL0.830.760.42
HSV300°86°73°
CMYK 0.010.860.00   0.27
XYZ29.588714.765748.3043
Yxy14.76570.31930.1594
Hunter Lab38.426270.2018-47.6332
CIE-Lab45.311674.5954-46.8262

#ba1abb color RGB value is (186,26,187).

#ba1abb hex color red value is 186, green value is 26 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ba1abb hue: 0.83 , saturation: 0.76 and the lightness value of ba1abb is 0.42.

The process color (four color CMYK) of #ba1abb color hex is 0.01, 0.86, 0.00, 0.27. Web safe color of #ba1abb is #cc33cc. Color #ba1abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011010 10111011
Octal 272 32 273
Decimal 186 26 187
Hex BA 1A BB

RGB Percentages of Color #ba1abb

%46.62
%6.52
%46.87

CMYK Percentages of Color #ba1abb

%1
%86
%0
%27

Triadic Colors of #ba1abb

#ba1abb #bbba1a #1abbba

Analogous Colors of #ba1abb

#ba1abb #bb1a6c #6a1abb

Monochromatic Colors of #ba1abb

#ba1abb

Complementary Color

#ba1abb #1bbb1a

#ba1abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1abb Color CSS Codes

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

#ba1abb Text Font Color

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

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


#ba1abb Background Color

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

This div background color is #ba1abb


#ba1abb Border Color

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

This div border color is #ba1abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1abb


Comments

No comments written yet.

Please login to write comment.