Color Hex Logo

#b03afa Color Hex

#B03AFA
(176,58,250)
0 Favorites   0 Comments

Color spaces of #b03afa

RGB 17658250
HSL0.770.950.60
HSV277°77°98°
CMYK 0.300.770.00   0.02
XYZ36.672919.158392.2075
Yxy19.15830.24770.1294
Hunter Lab43.770272.9586-94.2628
CIE-Lab50.871975.7626-73.9229

#b03afa color RGB value is (176,58,250).

#b03afa hex color red value is 176, green value is 58 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b03afa hue: 0.77 , saturation: 0.95 and the lightness value of b03afa is 0.60.

The process color (four color CMYK) of #b03afa color hex is 0.30, 0.77, 0.00, 0.02. Web safe color of #b03afa is #9933ff. Color #b03afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111010 11111010
Octal 260 72 372
Decimal 176 58 250
Hex B0 3A FA

RGB Percentages of Color #b03afa

%36.36
%11.98
%51.65

CMYK Percentages of Color #b03afa

%30
%77
%0
%2

Triadic Colors of #b03afa

#b03afa #fab03a #3afab0

Analogous Colors of #b03afa

#b03afa #fa3ae4 #503afa

Monochromatic Colors of #b03afa

#b03afa

Complementary Color

#b03afa #84fa3a

#b03afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03afa Color CSS Codes

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

#b03afa Text Font Color

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

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


#b03afa Background Color

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

This div background color is #b03afa


#b03afa Border Color

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

This div border color is #b03afa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,58,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 #b03afa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03afa


Comments

No comments written yet.

Please login to write comment.