Color Hex Logo

#b58abf Color Hex

#B58ABF
(181,138,191)
0 Favorites   0 Comments

Color spaces of #b58abf

RGB 181138191
HSL0.800.290.65
HSV289°28°75°
CMYK 0.050.280.00   0.25
XYZ37.548531.762353.4419
Yxy31.76230.30590.2588
Hunter Lab56.358120.2989-16.7715
CIE-Lab63.145925.7315-21.3040

#b58abf color RGB value is (181,138,191).

#b58abf hex color red value is 181, green value is 138 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b58abf hue: 0.80 , saturation: 0.29 and the lightness value of b58abf is 0.65.

The process color (four color CMYK) of #b58abf color hex is 0.05, 0.28, 0.00, 0.25. Web safe color of #b58abf is #cc99cc. Color #b58abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10001010 10111111
Octal 265 212 277
Decimal 181 138 191
Hex B5 8A BF

RGB Percentages of Color #b58abf

%35.49
%27.06
%37.45

CMYK Percentages of Color #b58abf

%5
%28
%0
%25

Triadic Colors of #b58abf

#b58abf #bfb58a #8abfb5

Analogous Colors of #b58abf

#b58abf #bf8aaf #9b8abf

Monochromatic Colors of #b58abf

#b58abf

Complementary Color

#b58abf #94bf8a

#b58abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58abf Color CSS Codes

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

#b58abf Text Font Color

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

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


#b58abf Background Color

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

This div background color is #b58abf


#b58abf Border Color

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

This div border color is #b58abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58abf


Comments

No comments written yet.

Please login to write comment.