Color Hex Logo

#b57bff Color Hex

#B57BFF
(181,123,255)
0 Favorites   0 Comments

Color spaces of #b57bff

RGB 181123255
HSL0.741.000.74
HSV266°52°100°
CMYK 0.290.520.00   0.00
XYZ44.189031.209798.3028
Yxy31.20970.25440.1797
Hunter Lab55.865643.4263-65.2224
CIE-Lab62.684348.1863-57.6375

#b57bff color RGB value is (181,123,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111011 11111111
Octal 265 173 377
Decimal 181 123 255
Hex B5 7B FF

RGB Percentages of Color #b57bff

%32.38
%22.00
%45.62

CMYK Percentages of Color #b57bff

%29
%52
%0
%0

Triadic Colors of #b57bff

#b57bff #ffb57b #7bffb5

Analogous Colors of #b57bff

#b57bff #f77bff #7b83ff

Monochromatic Colors of #b57bff

#b57bff

Complementary Color

#b57bff #c5ff7b

#b57bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57bff Color CSS Codes

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

#b57bff Text Font Color

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

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


#b57bff Background Color

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

This div background color is #b57bff


#b57bff Border Color

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

This div border color is #b57bff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,123,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57bff

Related Colors


Comments

No comments written yet.

Please login to write comment.