Color Hex Logo

#a58cbe Color Hex

#A58CBE
(165,140,190)
0 Favorites   0 Comments

Color spaces of #a58cbe

RGB 165140190
HSL0.750.280.65
HSV270°26°75°
CMYK 0.130.260.00   0.25
XYZ34.189430.473252.7951
Yxy30.47320.29110.2594
Hunter Lab55.202513.9486-18.0625
CIE-Lab62.060419.1268-22.5366

#a58cbe color RGB value is (165,140,190).

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

The process color (four color CMYK) of #a58cbe color hex is 0.13, 0.26, 0.00, 0.25. Web safe color of #a58cbe is #9999cc. Color #a58cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001100 10111110
Octal 245 214 276
Decimal 165 140 190
Hex A5 8C BE

RGB Percentages of Color #a58cbe

%33.33
%28.28
%38.38

CMYK Percentages of Color #a58cbe

%13
%26
%0
%25

Triadic Colors of #a58cbe

#a58cbe #bea58c #8cbea5

Analogous Colors of #a58cbe

#a58cbe #be8cbe #8c8cbe

Monochromatic Colors of #a58cbe

#a58cbe

Complementary Color

#a58cbe #a5be8c

#a58cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58cbe Color CSS Codes

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

#a58cbe Text Font Color

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

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


#a58cbe Background Color

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

This div background color is #a58cbe


#a58cbe Border Color

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

This div border color is #a58cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,140,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58cbe


Comments

No comments written yet.

Please login to write comment.