Color Hex Logo

#b21abd Color Hex

#B21ABD
(178,26,189)
0 Favorites   0 Comments

Color spaces of #b21abd

RGB 17826189
HSL0.820.760.42
HSV296°86°74°
CMYK 0.060.860.00   0.26
XYZ27.914813.877949.3515
Yxy13.87790.30630.1523
Hunter Lab37.253168.5624-52.4681
CIE-Lab44.057373.4871-50.0832

#b21abd color RGB value is (178,26,189).

#b21abd hex color red value is 178, green value is 26 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b21abd hue: 0.82 , saturation: 0.76 and the lightness value of b21abd is 0.42.

The process color (four color CMYK) of #b21abd color hex is 0.06, 0.86, 0.00, 0.26. Web safe color of #b21abd is #9933cc. Color #b21abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011010 10111101
Octal 262 32 275
Decimal 178 26 189
Hex B2 1A BD

RGB Percentages of Color #b21abd

%45.29
%6.62
%48.09

CMYK Percentages of Color #b21abd

%6
%86
%0
%26

Triadic Colors of #b21abd

#b21abd #bdb21a #1abdb2

Analogous Colors of #b21abd

#b21abd #bd1a77 #601abd

Monochromatic Colors of #b21abd

#b21abd

Complementary Color

#b21abd #25bd1a

#b21abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21abd Color CSS Codes

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

#b21abd Text Font Color

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

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


#b21abd Background Color

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

This div background color is #b21abd


#b21abd Border Color

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

This div border color is #b21abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21abd


Comments

No comments written yet.

Please login to write comment.