Color Hex Logo

#b21ade Color Hex

#B21ADE
(178,26,222)
0 Favorites   0 Comments

Color spaces of #b21ade

RGB 17826222
HSL0.800.790.49
HSV287°88°87°
CMYK 0.200.880.00   0.13
XYZ31.914315.477770.4127
Yxy15.47770.27090.1314
Hunter Lab39.341775.9526-78.5764
CIE-Lab46.281779.0693-65.5704

#b21ade color RGB value is (178,26,222).

#b21ade hex color red value is 178, green value is 26 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b21ade hue: 0.80 , saturation: 0.79 and the lightness value of b21ade is 0.49.

The process color (four color CMYK) of #b21ade color hex is 0.20, 0.88, 0.00, 0.13. Web safe color of #b21ade is #9933cc. Color #b21ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011010 11011110
Octal 262 32 336
Decimal 178 26 222
Hex B2 1A DE

RGB Percentages of Color #b21ade

%41.78
%6.10
%52.11

CMYK Percentages of Color #b21ade

%20
%88
%0
%13

Triadic Colors of #b21ade

#b21ade #deb21a #1adeb2

Analogous Colors of #b21ade

#b21ade #de1aa8 #501ade

Monochromatic Colors of #b21ade

#b21ade

Complementary Color

#b21ade #46de1a

#b21ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21ade Color CSS Codes

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

#b21ade Text Font Color

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

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


#b21ade Background Color

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

This div background color is #b21ade


#b21ade Border Color

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

This div border color is #b21ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21ade


Comments

No comments written yet.

Please login to write comment.