Color Hex Logo

#b21aef Color Hex

#B21AEF
(178,26,239)
0 Favorites   0 Comments

Color spaces of #b21aef

RGB 17826239
HSL0.790.870.52
HSV283°89°94°
CMYK 0.260.890.00   0.06
XYZ34.309516.435883.0255
Yxy16.43580.25650.1229
Hunter Lab40.541180.1158-93.0433
CIE-Lab47.541182.1257-73.1640

#b21aef color RGB value is (178,26,239).

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

The process color (four color CMYK) of #b21aef color hex is 0.26, 0.89, 0.00, 0.06. Web safe color of #b21aef is #9933ff. Color #b21aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011010 11101111
Octal 262 32 357
Decimal 178 26 239
Hex B2 1A EF

RGB Percentages of Color #b21aef

%40.18
%5.87
%53.95

CMYK Percentages of Color #b21aef

%26
%89
%0
%6

Triadic Colors of #b21aef

#b21aef #efb21a #1aefb2

Analogous Colors of #b21aef

#b21aef #ef1ac2 #481aef

Monochromatic Colors of #b21aef

#b21aef

Complementary Color

#b21aef #57ef1a

#b21aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21aef Color CSS Codes

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

#b21aef Text Font Color

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

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


#b21aef Background Color

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

This div background color is #b21aef


#b21aef Border Color

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

This div border color is #b21aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21aef


Comments

No comments written yet.

Please login to write comment.