Color Hex Logo

#b147fe Color Hex

#B147FE
(177,71,254)
0 Favorites   0 Comments

Color spaces of #b147fe

RGB 17771254
HSL0.760.990.64
HSV275°72°100°
CMYK 0.300.720.00   0.00
XYZ38.274121.009395.8039
Yxy21.00930.24680.1355
Hunter Lab45.835968.8390-91.8398
CIE-Lab52.959771.9860-72.7520

#b147fe color RGB value is (177,71,254).

#b147fe hex color red value is 177, green value is 71 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b147fe hue: 0.76 , saturation: 0.99 and the lightness value of b147fe is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000111 11111110
Octal 261 107 376
Decimal 177 71 254
Hex B1 47 FE

RGB Percentages of Color #b147fe

%35.26
%14.14
%50.60

CMYK Percentages of Color #b147fe

%30
%72
%0
%0

Triadic Colors of #b147fe

#b147fe #feb147 #47feb1

Analogous Colors of #b147fe

#b147fe #fe47f0 #5647fe

Monochromatic Colors of #b147fe

#b147fe

Complementary Color

#b147fe #94fe47

#b147fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b147fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b147fe Color CSS Codes

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

#b147fe Text Font Color

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

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


#b147fe Background Color

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

This div background color is #b147fe


#b147fe Border Color

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

This div border color is #b147fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b147fe


Comments

No comments written yet.

Please login to write comment.