Color Hex Logo

#b58aee Color Hex

#B58AEE
(181,138,238)
0 Favorites   0 Comments

Color spaces of #b58aee

RGB 181138238
HSL0.740.750.74
HSV266°42°93°
CMYK 0.240.420.00   0.07
XYZ43.577234.173885.1883
Yxy34.17380.26740.2097
Hunter Lab58.458430.7589-45.4794
CIE-Lab65.100335.9765-44.4626

#b58aee color RGB value is (181,138,238).

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

The process color (four color CMYK) of #b58aee color hex is 0.24, 0.42, 0.00, 0.07. Web safe color of #b58aee is #cc99ff. Color #b58aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001010 11101110
Octal 265 212 356
Decimal 181 138 238
Hex B5 8A EE

RGB Percentages of Color #b58aee

%32.50
%24.78
%42.73

CMYK Percentages of Color #b58aee

%24
%42
%0
%7

Triadic Colors of #b58aee

#b58aee #eeb58a #8aeeb5

Analogous Colors of #b58aee

#b58aee #e78aee #8a91ee

Monochromatic Colors of #b58aee

#b58aee

Complementary Color

#b58aee #c3ee8a

#b58aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58aee Color CSS Codes

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

#b58aee Text Font Color

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

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


#b58aee Background Color

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

This div background color is #b58aee


#b58aee Border Color

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

This div border color is #b58aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58aee


Comments

No comments written yet.

Please login to write comment.