Color Hex Logo

#b57eba Color Hex

#B57EBA
(181,126,186)
0 Favorites   0 Comments

Color spaces of #b57eba

RGB 181126186
HSL0.820.300.61
HSV295°32°73°
CMYK 0.030.320.00   0.27
XYZ35.379828.290650.0503
Yxy28.29060.31110.2488
Hunter Lab53.188925.6527-18.5591
CIE-Lab60.150431.4396-23.0582

#b57eba color RGB value is (181,126,186).

#b57eba hex color red value is 181, green value is 126 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b57eba hue: 0.82 , saturation: 0.30 and the lightness value of b57eba is 0.61.

The process color (four color CMYK) of #b57eba color hex is 0.03, 0.32, 0.00, 0.27. Web safe color of #b57eba is #cc66cc. Color #b57eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111110 10111010
Octal 265 176 272
Decimal 181 126 186
Hex B5 7E BA

RGB Percentages of Color #b57eba

%36.71
%25.56
%37.73

CMYK Percentages of Color #b57eba

%3
%32
%0
%27

Triadic Colors of #b57eba

#b57eba #bab57e #7ebab5

Analogous Colors of #b57eba

#b57eba #ba7ea1 #977eba

Monochromatic Colors of #b57eba

#b57eba

Complementary Color

#b57eba #83ba7e

#b57eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57eba Color CSS Codes

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

#b57eba Text Font Color

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

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


#b57eba Background Color

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

This div background color is #b57eba


#b57eba Border Color

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

This div border color is #b57eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57eba


Comments

No comments written yet.

Please login to write comment.