Color Hex Logo

#b80aba Color Hex

#B80ABA
(184,10,186)
0 Favorites   0 Comments

Color spaces of #b80aba

RGB 18410186
HSL0.830.900.38
HSV299°95°73°
CMYK 0.010.950.00   0.27
XYZ28.738613.952647.6328
Yxy13.95260.31820.1545
Hunter Lab37.353271.9654-49.4594
CIE-Lab44.164976.2613-48.0932

#b80aba color RGB value is (184,10,186).

#b80aba hex color red value is 184, green value is 10 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b80aba hue: 0.83 , saturation: 0.90 and the lightness value of b80aba is 0.38.

The process color (four color CMYK) of #b80aba color hex is 0.01, 0.95, 0.00, 0.27. Web safe color of #b80aba is #cc00cc. Color #b80aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001010 10111010
Octal 270 12 272
Decimal 184 10 186
Hex B8 A BA

RGB Percentages of Color #b80aba

%48.42
%2.63
%48.95

CMYK Percentages of Color #b80aba

%1
%95
%0
%27

Triadic Colors of #b80aba

#b80aba #bab80a #0abab8

Analogous Colors of #b80aba

#b80aba #ba0a64 #600aba

Monochromatic Colors of #b80aba

#b80aba

Complementary Color

#b80aba #0cba0a

#b80aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80aba Color CSS Codes

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

#b80aba Text Font Color

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

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


#b80aba Background Color

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

This div background color is #b80aba


#b80aba Border Color

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

This div border color is #b80aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80aba


Comments

No comments written yet.

Please login to write comment.