Color Hex Logo

#a58bca Color Hex

#A58BCA
(165,139,202)
0 Favorites   0 Comments

Color spaces of #a58bca

RGB 165139202
HSL0.740.370.67
HSV265°31°79°
CMYK 0.180.310.00   0.21
XYZ35.410330.728859.9420
Yxy30.72880.28090.2437
Hunter Lab55.433617.0149-25.3086
CIE-Lab62.278022.3720-28.9535

#a58bca color RGB value is (165,139,202).

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

The process color (four color CMYK) of #a58bca color hex is 0.18, 0.31, 0.00, 0.21. Web safe color of #a58bca is #9999cc. Color #a58bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001011 11001010
Octal 245 213 312
Decimal 165 139 202
Hex A5 8B CA

RGB Percentages of Color #a58bca

%32.61
%27.47
%39.92

CMYK Percentages of Color #a58bca

%18
%31
%0
%21

Triadic Colors of #a58bca

#a58bca #caa58b #8bcaa5

Analogous Colors of #a58bca

#a58bca #c58bca #8b91ca

Monochromatic Colors of #a58bca

#a58bca

Complementary Color

#a58bca #b0ca8b

#a58bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58bca Color CSS Codes

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

#a58bca Text Font Color

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

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


#a58bca Background Color

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

This div background color is #a58bca


#a58bca Border Color

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

This div border color is #a58bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58bca


Comments

No comments written yet.

Please login to write comment.