Color Hex Logo

#b20baa Color Hex

#B20BAA
(178,11,170)
0 Favorites   0 Comments

Color spaces of #b20baa

RGB 17811170
HSL0.840.880.37
HSV303°94°70°
CMYK 0.000.940.04   0.30
XYZ25.735512.606639.1071
Yxy12.60660.33230.1628
Hunter Lab35.505867.2463-40.4497
CIE-Lab42.164472.7619-41.8824

#b20baa color RGB value is (178,11,170).

#b20baa hex color red value is 178, green value is 11 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b20baa hue: 0.84 , saturation: 0.88 and the lightness value of b20baa is 0.37.

The process color (four color CMYK) of #b20baa color hex is 0.00, 0.94, 0.04, 0.30. Web safe color of #b20baa is #990099. Color #b20baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001011 10101010
Octal 262 13 252
Decimal 178 11 170
Hex B2 B AA

RGB Percentages of Color #b20baa

%49.58
%3.06
%47.35

CMYK Percentages of Color #b20baa

%0
%94
%4
%30

Triadic Colors of #b20baa

#b20baa #aab20b #0baab2

Analogous Colors of #b20baa

#b20baa #b20b56 #670bb2

Monochromatic Colors of #b20baa

#b20baa

Complementary Color

#b20baa #0bb213

#b20baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20baa Color CSS Codes

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

#b20baa Text Font Color

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

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


#b20baa Background Color

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

This div background color is #b20baa


#b20baa Border Color

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

This div border color is #b20baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,11,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b20baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b20baa;
  -webkit-box-shadow: 1px 1px 3px 2px #b20baa;
  box-shadow:         1px 1px 3px 2px #b20baa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,11,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20baa


Comments

No comments written yet.

Please login to write comment.