Color Hex Logo

#a58bbf Color Hex

#A58BBF
(165,139,191)
0 Favorites   0 Comments

Color spaces of #a58bbf

RGB 165139191
HSL0.750.290.65
HSV270°27°75°
CMYK 0.140.270.00   0.25
XYZ34.153630.226253.3244
Yxy30.22620.29020.2568
Hunter Lab54.978414.6755-19.0215
CIE-Lab61.848919.9142-23.4246

#a58bbf color RGB value is (165,139,191).

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

The process color (four color CMYK) of #a58bbf color hex is 0.14, 0.27, 0.00, 0.25. Web safe color of #a58bbf is #9999cc. Color #a58bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001011 10111111
Octal 245 213 277
Decimal 165 139 191
Hex A5 8B BF

RGB Percentages of Color #a58bbf

%33.33
%28.08
%38.59

CMYK Percentages of Color #a58bbf

%14
%27
%0
%25

Triadic Colors of #a58bbf

#a58bbf #bfa58b #8bbfa5

Analogous Colors of #a58bbf

#a58bbf #bf8bbf #8b8bbf

Monochromatic Colors of #a58bbf

#a58bbf

Complementary Color

#a58bbf #a5bf8b

#a58bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58bbf Color CSS Codes

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

#a58bbf Text Font Color

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

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


#a58bbf Background Color

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

This div background color is #a58bbf


#a58bbf Border Color

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

This div border color is #a58bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58bbf


Comments

No comments written yet.

Please login to write comment.