Color Hex Logo

#b57bfe Color Hex

#B57BFE
(181,123,254)
0 Favorites   0 Comments

Color spaces of #b57bfe

RGB 181123254
HSL0.740.980.74
HSV267°52°100°
CMYK 0.290.520.00   0.00
XYZ44.028431.145497.4570
Yxy31.14540.25500.1804
Hunter Lab55.808143.1591-64.4718
CIE-Lab62.630247.9496-57.1748

#b57bfe color RGB value is (181,123,254).

#b57bfe hex color red value is 181, green value is 123 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b57bfe hue: 0.74 , saturation: 0.98 and the lightness value of b57bfe is 0.74.

The process color (four color CMYK) of #b57bfe color hex is 0.29, 0.52, 0.00, 0.00. Web safe color of #b57bfe is #cc66ff. Color #b57bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111011 11111110
Octal 265 173 376
Decimal 181 123 254
Hex B5 7B FE

RGB Percentages of Color #b57bfe

%32.44
%22.04
%45.52

CMYK Percentages of Color #b57bfe

%29
%52
%0
%0

Triadic Colors of #b57bfe

#b57bfe #feb57b #7bfeb5

Analogous Colors of #b57bfe

#b57bfe #f77bfe #7b83fe

Monochromatic Colors of #b57bfe

#b57bfe

Complementary Color

#b57bfe #c4fe7b

#b57bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57bfe Color CSS Codes

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

#b57bfe Text Font Color

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

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


#b57bfe Background Color

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

This div background color is #b57bfe


#b57bfe Border Color

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

This div border color is #b57bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57bfe


Comments

No comments written yet.

Please login to write comment.