Color Hex Logo

#b148fe Color Hex

#B148FE
(177,72,254)
0 Favorites   0 Comments

Color spaces of #b148fe

RGB 17772254
HSL0.760.990.64
HSV275°72°100°
CMYK 0.300.720.00   0.00
XYZ38.338221.137695.8252
Yxy21.13760.24690.1361
Hunter Lab45.975668.3903-91.3928
CIE-Lab53.099871.5881-72.5247

#b148fe color RGB value is (177,72,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001000 11111110
Octal 261 110 376
Decimal 177 72 254
Hex B1 48 FE

RGB Percentages of Color #b148fe

%35.19
%14.31
%50.50

CMYK Percentages of Color #b148fe

%30
%72
%0
%0

Triadic Colors of #b148fe

#b148fe #feb148 #48feb1

Analogous Colors of #b148fe

#b148fe #fe48f0 #5648fe

Monochromatic Colors of #b148fe

#b148fe

Complementary Color

#b148fe #95fe48

#b148fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b148fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b148fe Color CSS Codes

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

#b148fe Text Font Color

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

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


#b148fe Background Color

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

This div background color is #b148fe


#b148fe Border Color

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

This div border color is #b148fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b148fe


Comments

No comments written yet.

Please login to write comment.