Color Hex Logo

#b157fe Color Hex

#B157FE
(177,87,254)
0 Favorites   0 Comments

Color spaces of #b157fe

RGB 17787254
HSL0.760.990.67
HSV272°66°100°
CMYK 0.300.660.00   0.00
XYZ39.429023.319396.1889
Yxy23.31930.24810.1467
Hunter Lab48.290161.2383-84.2966
CIE-Lab55.399765.1455-68.8014

#b157fe color RGB value is (177,87,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010111 11111110
Octal 261 127 376
Decimal 177 87 254
Hex B1 57 FE

RGB Percentages of Color #b157fe

%34.17
%16.80
%49.03

CMYK Percentages of Color #b157fe

%30
%66
%0
%0

Triadic Colors of #b157fe

#b157fe #feb157 #57feb1

Analogous Colors of #b157fe

#b157fe #fe57f8 #5d57fe

Monochromatic Colors of #b157fe

#b157fe

Complementary Color

#b157fe #a4fe57

#b157fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b157fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b157fe Color CSS Codes

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

#b157fe Text Font Color

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

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


#b157fe Background Color

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

This div background color is #b157fe


#b157fe Border Color

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

This div border color is #b157fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b157fe

Related Colors


Comments

No comments written yet.

Please login to write comment.