Color Hex Logo

#b043fa Color Hex

#B043FA
(176,67,250)
0 Favorites   0 Comments

Color spaces of #b043fa

RGB 17667250
HSL0.770.950.62
HSV276°73°98°
CMYK 0.300.730.00   0.02
XYZ37.167020.146592.3722
Yxy20.14650.24830.1346
Hunter Lab44.884969.2588-90.5983
CIE-Lab52.002472.5170-72.0863

#b043fa color RGB value is (176,67,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000011 11111010
Octal 260 103 372
Decimal 176 67 250
Hex B0 43 FA

RGB Percentages of Color #b043fa

%35.70
%13.59
%50.71

CMYK Percentages of Color #b043fa

%30
%73
%0
%2

Triadic Colors of #b043fa

#b043fa #fab043 #43fab0

Analogous Colors of #b043fa

#b043fa #fa43e9 #5543fa

Monochromatic Colors of #b043fa

#b043fa

Complementary Color

#b043fa #8dfa43

#b043fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b043fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b043fa Color CSS Codes

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

#b043fa Text Font Color

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

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


#b043fa Background Color

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

This div background color is #b043fa


#b043fa Border Color

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

This div border color is #b043fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b043fa

Related Colors


Comments

No comments written yet.

Please login to write comment.