Color Hex Logo

#b58add Color Hex

#B58ADD
(181,138,221)
0 Favorites   0 Comments

Color spaces of #b58add

RGB 181138221
HSL0.750.550.70
HSV271°38°87°
CMYK 0.180.380.00   0.13
XYZ41.195733.221272.6477
Yxy33.22120.28010.2259
Hunter Lab57.637826.7137-34.3836
CIE-Lab64.339632.0999-36.2469

#b58add color RGB value is (181,138,221).

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

The process color (four color CMYK) of #b58add color hex is 0.18, 0.38, 0.00, 0.13. Web safe color of #b58add is #cc99cc. Color #b58add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001010 11011101
Octal 265 212 335
Decimal 181 138 221
Hex B5 8A DD

RGB Percentages of Color #b58add

%33.52
%25.56
%40.93

CMYK Percentages of Color #b58add

%18
%38
%0
%13

Triadic Colors of #b58add

#b58add #ddb58a #8addb5

Analogous Colors of #b58add

#b58add #dd8adc #8c8add

Monochromatic Colors of #b58add

#b58add

Complementary Color

#b58add #b2dd8a

#b58add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58add Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58add Color CSS Codes

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

#b58add Text Font Color

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

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


#b58add Background Color

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

This div background color is #b58add


#b58add Border Color

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

This div border color is #b58add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58add


Comments

No comments written yet.

Please login to write comment.