Color Hex Logo

#b071fa Color Hex

#B071FA
(176,113,250)
0 Favorites   0 Comments

Color spaces of #b071fa

RGB 176113250
HSL0.740.930.71
HSV268°55°98°
CMYK 0.300.550.00   0.02
XYZ41.064927.942593.6716
Yxy27.94250.25240.1718
Hunter Lab52.860746.1619-68.0622
CIE-Lab59.836851.1079-59.4625

#b071fa color RGB value is (176,113,250).

#b071fa hex color red value is 176, green value is 113 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b071fa hue: 0.74 , saturation: 0.93 and the lightness value of b071fa is 0.71.

The process color (four color CMYK) of #b071fa color hex is 0.30, 0.55, 0.00, 0.02. Web safe color of #b071fa is #9966ff. Color #b071fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110001 11111010
Octal 260 161 372
Decimal 176 113 250
Hex B0 71 FA

RGB Percentages of Color #b071fa

%32.65
%20.96
%46.38

CMYK Percentages of Color #b071fa

%30
%55
%0
%2

Triadic Colors of #b071fa

#b071fa #fab071 #71fab0

Analogous Colors of #b071fa

#b071fa #f571fa #7177fa

Monochromatic Colors of #b071fa

#b071fa

Complementary Color

#b071fa #bbfa71

#b071fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b071fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b071fa Color CSS Codes

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

#b071fa Text Font Color

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

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


#b071fa Background Color

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

This div background color is #b071fa


#b071fa Border Color

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

This div border color is #b071fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b071fa


Comments

No comments written yet.

Please login to write comment.