Color Hex Logo

#b971fe Color Hex

#B971FE
(185,113,254)
0 Favorites   0 Comments

Color spaces of #b971fe

RGB 185113254
HSL0.750.990.72
HSV271°56°100°
CMYK 0.270.560.00   0.00
XYZ43.802129.280397.1090
Yxy29.28030.25740.1720
Hunter Lab54.111349.7978-68.5249
CIE-Lab61.028254.1906-59.7071

#b971fe color RGB value is (185,113,254).

#b971fe hex color red value is 185, green value is 113 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b971fe hue: 0.75 , saturation: 0.99 and the lightness value of b971fe is 0.72.

The process color (four color CMYK) of #b971fe color hex is 0.27, 0.56, 0.00, 0.00. Web safe color of #b971fe is #cc66ff. Color #b971fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110001 11111110
Octal 271 161 376
Decimal 185 113 254
Hex B9 71 FE

RGB Percentages of Color #b971fe

%33.51
%20.47
%46.01

CMYK Percentages of Color #b971fe

%27
%56
%0
%0

Triadic Colors of #b971fe

#b971fe #feb971 #71feb9

Analogous Colors of #b971fe

#b971fe #fe71fd #7371fe

Monochromatic Colors of #b971fe

#b971fe

Complementary Color

#b971fe #b6fe71

#b971fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b971fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b971fe Color CSS Codes

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

#b971fe Text Font Color

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

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


#b971fe Background Color

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

This div background color is #b971fe


#b971fe Border Color

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

This div border color is #b971fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,113,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b971fe


Comments

No comments written yet.

Please login to write comment.