Color Hex Logo

#b57aec Color Hex

#B57AEC
(181,122,236)
0 Favorites   0 Comments

Color spaces of #b57aec

RGB 181122236
HSL0.750.750.70
HSV271°48°93°
CMYK 0.230.480.00   0.07
XYZ41.155929.799082.9395
Yxy29.79900.26740.1936
Hunter Lab54.588539.0468-51.8709
CIE-Lab61.480444.3022-49.0676

#b57aec color RGB value is (181,122,236).

#b57aec hex color red value is 181, green value is 122 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b57aec hue: 0.75 , saturation: 0.75 and the lightness value of b57aec is 0.70.

The process color (four color CMYK) of #b57aec color hex is 0.23, 0.48, 0.00, 0.07. Web safe color of #b57aec is #cc66ff. Color #b57aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111010 11101100
Octal 265 172 354
Decimal 181 122 236
Hex B5 7A EC

RGB Percentages of Color #b57aec

%33.58
%22.63
%43.78

CMYK Percentages of Color #b57aec

%23
%48
%0
%7

Triadic Colors of #b57aec

#b57aec #ecb57a #7aecb5

Analogous Colors of #b57aec

#b57aec #ec7aea #7c7aec

Monochromatic Colors of #b57aec

#b57aec

Complementary Color

#b57aec #b1ec7a

#b57aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57aec Color CSS Codes

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

#b57aec Text Font Color

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

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


#b57aec Background Color

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

This div background color is #b57aec


#b57aec Border Color

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

This div border color is #b57aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57aec


Comments

No comments written yet.

Please login to write comment.