Color Hex Logo

#b41aba Color Hex

#B41ABA
(180,26,186)
0 Favorites   0 Comments

Color spaces of #b41aba

RGB 18026186
HSL0.830.750.42
HSV298°86°73°
CMYK 0.030.860.00   0.27
XYZ28.054713.987347.6755
Yxy13.98730.31270.1559
Hunter Lab37.399668.4496-49.4008
CIE-Lab44.214773.3630-48.0526

#b41aba color RGB value is (180,26,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011010 10111010
Octal 264 32 272
Decimal 180 26 186
Hex B4 1A BA

RGB Percentages of Color #b41aba

%45.92
%6.63
%47.45

CMYK Percentages of Color #b41aba

%3
%86
%0
%27

Triadic Colors of #b41aba

#b41aba #bab41a #1abab4

Analogous Colors of #b41aba

#b41aba #ba1a70 #641aba

Monochromatic Colors of #b41aba

#b41aba

Complementary Color

#b41aba #20ba1a

#b41aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41aba Color CSS Codes

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

#b41aba Text Font Color

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

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


#b41aba Background Color

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

This div background color is #b41aba


#b41aba Border Color

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

This div border color is #b41aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41aba


Comments

No comments written yet.

Please login to write comment.