Color Hex Logo

#b20afa Color Hex

#B20AFA
(178,10,250)
0 Favorites   0 Comments

Color spaces of #b20afa

RGB 17810250
HSL0.780.960.51
HSV282°96°98°
CMYK 0.290.960.00   0.02
XYZ35.724016.584291.7607
Yxy16.58420.24800.1151
Hunter Lab40.723785.3188-105.0886
CIE-Lab47.731886.1306-79.0307

#b20afa color RGB value is (178,10,250).

#b20afa hex color red value is 178, green value is 10 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b20afa hue: 0.78 , saturation: 0.96 and the lightness value of b20afa is 0.51.

The process color (four color CMYK) of #b20afa color hex is 0.29, 0.96, 0.00, 0.02. Web safe color of #b20afa is #9900ff. Color #b20afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001010 11111010
Octal 262 12 372
Decimal 178 10 250
Hex B2 A FA

RGB Percentages of Color #b20afa

%40.64
%2.28
%57.08

CMYK Percentages of Color #b20afa

%29
%96
%0
%2

Triadic Colors of #b20afa

#b20afa #fab20a #0afab2

Analogous Colors of #b20afa

#b20afa #fa0aca #3a0afa

Monochromatic Colors of #b20afa

#b20afa

Complementary Color

#b20afa #52fa0a

#b20afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20afa Color CSS Codes

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

#b20afa Text Font Color

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

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


#b20afa Background Color

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

This div background color is #b20afa


#b20afa Border Color

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

This div border color is #b20afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20afa


Comments

No comments written yet.

Please login to write comment.