Color Hex Logo

#a58ada Color Hex

#A58ADA
(165,138,218)
0 Favorites   0 Comments

Color spaces of #a58ada

RGB 165138218
HSL0.720.520.70
HSV260°37°85°
CMYK 0.240.370.00   0.15
XYZ37.260431.238270.3954
Yxy31.23820.26830.2249
Hunter Lab55.891121.1893-35.5525
CIE-Lab62.708226.6776-37.2346

#a58ada color RGB value is (165,138,218).

#a58ada hex color red value is 165, green value is 138 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a58ada hue: 0.72 , saturation: 0.52 and the lightness value of a58ada is 0.70.

The process color (four color CMYK) of #a58ada color hex is 0.24, 0.37, 0.00, 0.15. Web safe color of #a58ada is #9999cc. Color #a58ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001010 11011010
Octal 245 212 332
Decimal 165 138 218
Hex A5 8A DA

RGB Percentages of Color #a58ada

%31.67
%26.49
%41.84

CMYK Percentages of Color #a58ada

%24
%37
%0
%15

Triadic Colors of #a58ada

#a58ada #daa58a #8adaa5

Analogous Colors of #a58ada

#a58ada #cd8ada #8a97da

Monochromatic Colors of #a58ada

#a58ada

Complementary Color

#a58ada #bfda8a

#a58ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58ada Color CSS Codes

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

#a58ada Text Font Color

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

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


#a58ada Background Color

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

This div background color is #a58ada


#a58ada Border Color

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

This div border color is #a58ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58ada


Comments

No comments written yet.

Please login to write comment.