Color Hex Logo

#b21afd Color Hex

#B21AFD
(178,26,253)
0 Favorites   0 Comments

Color spaces of #b21afd

RGB 17826253
HSL0.780.980.55
HSV280°90°99°
CMYK 0.300.900.00   0.01
XYZ36.459117.295694.3453
Yxy17.29560.24620.1168
Hunter Lab41.588083.7073-105.3920
CIE-Lab48.630484.7157-79.2388

#b21afd color RGB value is (178,26,253).

#b21afd hex color red value is 178, green value is 26 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b21afd hue: 0.78 , saturation: 0.98 and the lightness value of b21afd is 0.55.

The process color (four color CMYK) of #b21afd color hex is 0.30, 0.90, 0.00, 0.01. Web safe color of #b21afd is #9933ff. Color #b21afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011010 11111101
Octal 262 32 375
Decimal 178 26 253
Hex B2 1A FD

RGB Percentages of Color #b21afd

%38.95
%5.69
%55.36

CMYK Percentages of Color #b21afd

%30
%90
%0
%1

Triadic Colors of #b21afd

#b21afd #fdb21a #1afdb2

Analogous Colors of #b21afd

#b21afd #fd1ad7 #411afd

Monochromatic Colors of #b21afd

#b21afd

Complementary Color

#b21afd #65fd1a

#b21afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21afd Color CSS Codes

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

#b21afd Text Font Color

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

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


#b21afd Background Color

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

This div background color is #b21afd


#b21afd Border Color

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

This div border color is #b21afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21afd

Related Colors


Comments

No comments written yet.

Please login to write comment.