Color Hex Logo

#a58cca Color Hex

#A58CCA
(165,140,202)
0 Favorites   0 Comments

Color spaces of #a58cca

RGB 165140202
HSL0.730.370.67
HSV264°31°79°
CMYK 0.180.310.00   0.21
XYZ35.555831.019859.9905
Yxy31.01980.28090.2451
Hunter Lab55.695416.4869-24.8755
CIE-Lab62.524321.8024-28.5730

#a58cca color RGB value is (165,140,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001100 11001010
Octal 245 214 312
Decimal 165 140 202
Hex A5 8C CA

RGB Percentages of Color #a58cca

%32.54
%27.61
%39.84

CMYK Percentages of Color #a58cca

%18
%31
%0
%21

Triadic Colors of #a58cca

#a58cca #caa58c #8ccaa5

Analogous Colors of #a58cca

#a58cca #c48cca #8c92ca

Monochromatic Colors of #a58cca

#a58cca

Complementary Color

#a58cca #b1ca8c

#a58cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58cca Color CSS Codes

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

#a58cca Text Font Color

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

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


#a58cca Background Color

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

This div background color is #a58cca


#a58cca Border Color

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

This div border color is #a58cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58cca


Comments

No comments written yet.

Please login to write comment.