Color Hex Logo

#b57aee Color Hex

#B57AEE
(181,122,238)
0 Favorites   0 Comments

Color spaces of #b57aee

RGB 181122238
HSL0.750.770.71
HSV271°49°93°
CMYK 0.240.490.00   0.07
XYZ41.448229.915984.4787
Yxy29.91590.26600.1920
Hunter Lab54.695439.5503-53.2883
CIE-Lab61.581644.7594-50.0162

#b57aee color RGB value is (181,122,238).

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

The process color (four color CMYK) of #b57aee color hex is 0.24, 0.49, 0.00, 0.07. Web safe color of #b57aee is #cc66ff. Color #b57aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111010 11101110
Octal 265 172 356
Decimal 181 122 238
Hex B5 7A EE

RGB Percentages of Color #b57aee

%33.46
%22.55
%43.99

CMYK Percentages of Color #b57aee

%24
%49
%0
%7

Triadic Colors of #b57aee

#b57aee #eeb57a #7aeeb5

Analogous Colors of #b57aee

#b57aee #ee7aed #7b7aee

Monochromatic Colors of #b57aee

#b57aee

Complementary Color

#b57aee #b3ee7a

#b57aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57aee Color CSS Codes

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

#b57aee Text Font Color

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

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


#b57aee Background Color

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

This div background color is #b57aee


#b57aee Border Color

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

This div border color is #b57aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57aee


Comments

No comments written yet.

Please login to write comment.