Color Hex Logo

#b43aba Color Hex

#B43ABA
(180,58,186)
0 Favorites   0 Comments

Color spaces of #b43aba

RGB 18058186
HSL0.830.520.48
HSV297°69°73°
CMYK 0.030.690.00   0.27
XYZ29.198416.274648.0568
Yxy16.27460.31220.1740
Hunter Lab40.341858.5958-42.3894
CIE-Lab47.332764.3871-43.0805

#b43aba color RGB value is (180,58,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111010 10111010
Octal 264 72 272
Decimal 180 58 186
Hex B4 3A BA

RGB Percentages of Color #b43aba

%42.45
%13.68
%43.87

CMYK Percentages of Color #b43aba

%3
%69
%0
%27

Triadic Colors of #b43aba

#b43aba #bab43a #3abab4

Analogous Colors of #b43aba

#b43aba #ba3a80 #743aba

Monochromatic Colors of #b43aba

#b43aba

Complementary Color

#b43aba #40ba3a

#b43aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43aba Color CSS Codes

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

#b43aba Text Font Color

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

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


#b43aba Background Color

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

This div background color is #b43aba


#b43aba Border Color

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

This div border color is #b43aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43aba


Comments

No comments written yet.

Please login to write comment.