Color Hex Logo

#b58abd Color Hex

#B58ABD
(181,138,189)
0 Favorites   0 Comments

Color spaces of #b58abd

RGB 181138189
HSL0.810.280.64
HSV291°27°74°
CMYK 0.040.270.00   0.26
XYZ37.329831.674852.2905
Yxy31.67480.30780.2611
Hunter Lab56.280419.9053-15.6905
CIE-Lab63.073225.3314-20.2882

#b58abd color RGB value is (181,138,189).

#b58abd hex color red value is 181, green value is 138 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b58abd hue: 0.81 , saturation: 0.28 and the lightness value of b58abd is 0.64.

The process color (four color CMYK) of #b58abd color hex is 0.04, 0.27, 0.00, 0.26. Web safe color of #b58abd is #cc99cc. Color #b58abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001010 10111101
Octal 265 212 275
Decimal 181 138 189
Hex B5 8A BD

RGB Percentages of Color #b58abd

%35.63
%27.17
%37.20

CMYK Percentages of Color #b58abd

%4
%27
%0
%26

Triadic Colors of #b58abd

#b58abd #bdb58a #8abdb5

Analogous Colors of #b58abd

#b58abd #bd8aac #9c8abd

Monochromatic Colors of #b58abd

#b58abd

Complementary Color

#b58abd #92bd8a

#b58abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58abd Color CSS Codes

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

#b58abd Text Font Color

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

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


#b58abd Background Color

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

This div background color is #b58abd


#b58abd Border Color

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

This div border color is #b58abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58abd


Comments

No comments written yet.

Please login to write comment.