Color Hex Logo

#b58aec Color Hex

#B58AEC
(181,138,236)
0 Favorites   0 Comments

Color spaces of #b58aec

RGB 181138236
HSL0.740.720.73
HSV266°42°93°
CMYK 0.230.420.00   0.07
XYZ43.284934.056883.6491
Yxy34.05680.26890.2115
Hunter Lab58.358230.2685-44.1340
CIE-Lab65.007635.5119-43.5056

#b58aec color RGB value is (181,138,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001010 11101100
Octal 265 212 354
Decimal 181 138 236
Hex B5 8A EC

RGB Percentages of Color #b58aec

%32.61
%24.86
%42.52

CMYK Percentages of Color #b58aec

%23
%42
%0
%7

Triadic Colors of #b58aec

#b58aec #ecb58a #8aecb5

Analogous Colors of #b58aec

#b58aec #e68aec #8a90ec

Monochromatic Colors of #b58aec

#b58aec

Complementary Color

#b58aec #c1ec8a

#b58aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58aec Color CSS Codes

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

#b58aec Text Font Color

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

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


#b58aec Background Color

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

This div background color is #b58aec


#b58aec Border Color

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

This div border color is #b58aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58aec


Comments

No comments written yet.

Please login to write comment.