Color Hex Logo

#b21baa Color Hex

#B21BAA
(178,27,170)
0 Favorites   0 Comments

Color spaces of #b21baa

RGB 17827170
HSL0.840.740.40
HSV303°85°70°
CMYK 0.000.850.04   0.30
XYZ26.007713.151139.1979
Yxy13.15110.33190.1678
Hunter Lab36.264464.5517-38.7009
CIE-Lab42.990070.3396-40.5688

#b21baa color RGB value is (178,27,170).

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

The process color (four color CMYK) of #b21baa color hex is 0.00, 0.85, 0.04, 0.30. Web safe color of #b21baa is #993399. Color #b21baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011011 10101010
Octal 262 33 252
Decimal 178 27 170
Hex B2 1B AA

RGB Percentages of Color #b21baa

%47.47
%7.20
%45.33

CMYK Percentages of Color #b21baa

%0
%85
%4
%30

Triadic Colors of #b21baa

#b21baa #aab21b #1baab2

Analogous Colors of #b21baa

#b21baa #b21b5f #6f1bb2

Monochromatic Colors of #b21baa

#b21baa

Complementary Color

#b21baa #1bb223

#b21baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21baa Color CSS Codes

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

#b21baa Text Font Color

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

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


#b21baa Background Color

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

This div background color is #b21baa


#b21baa Border Color

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

This div border color is #b21baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21baa


Comments

No comments written yet.

Please login to write comment.