Color Hex Logo

#a58acb Color Hex

#A58ACB
(165,138,203)
0 Favorites   0 Comments

Color spaces of #a58acb

RGB 165138203
HSL0.740.380.67
HSV265°32°80°
CMYK 0.190.320.00   0.20
XYZ35.385030.488160.5197
Yxy30.48810.28000.2412
Hunter Lab55.216017.7630-26.3338
CIE-Lab62.073123.1696-29.8317

#a58acb color RGB value is (165,138,203).

#a58acb hex color red value is 165, green value is 138 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a58acb hue: 0.74 , saturation: 0.38 and the lightness value of a58acb is 0.67.

The process color (four color CMYK) of #a58acb color hex is 0.19, 0.32, 0.00, 0.20. Web safe color of #a58acb is #9999cc. Color #a58acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001010 11001011
Octal 245 212 313
Decimal 165 138 203
Hex A5 8A CB

RGB Percentages of Color #a58acb

%32.61
%27.27
%40.12

CMYK Percentages of Color #a58acb

%19
%32
%0
%20

Triadic Colors of #a58acb

#a58acb #cba58a #8acba5

Analogous Colors of #a58acb

#a58acb #c68acb #8a90cb

Monochromatic Colors of #a58acb

#a58acb

Complementary Color

#a58acb #b0cb8a

#a58acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58acb Color CSS Codes

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

#a58acb Text Font Color

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

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


#a58acb Background Color

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

This div background color is #a58acb


#a58acb Border Color

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

This div border color is #a58acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58acb


Comments

No comments written yet.

Please login to write comment.