Color Hex Logo

#a58ae0 Color Hex

#A58AE0
(165,138,224)
0 Favorites   0 Comments

Color spaces of #a58ae0

RGB 165138224
HSL0.720.580.71
HSV259°38°88°
CMYK 0.260.380.00   0.12
XYZ38.060131.558174.6063
Yxy31.55810.26390.2188
Hunter Lab56.176622.6262-39.4175
CIE-Lab62.976028.1229-40.1546

#a58ae0 color RGB value is (165,138,224).

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

The process color (four color CMYK) of #a58ae0 color hex is 0.26, 0.38, 0.00, 0.12. Web safe color of #a58ae0 is #9999cc. Color #a58ae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001010 11100000
Octal 245 212 340
Decimal 165 138 224
Hex A5 8A E0

RGB Percentages of Color #a58ae0

%31.31
%26.19
%42.50

CMYK Percentages of Color #a58ae0

%26
%38
%0
%12

Triadic Colors of #a58ae0

#a58ae0 #e0a58a #8ae0a5

Analogous Colors of #a58ae0

#a58ae0 #d08ae0 #8a9ae0

Monochromatic Colors of #a58ae0

#a58ae0

Complementary Color

#a58ae0 #c5e08a

#a58ae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58ae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58ae0 Color CSS Codes

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

#a58ae0 Text Font Color

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

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


#a58ae0 Background Color

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

This div background color is #a58ae0


#a58ae0 Border Color

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

This div border color is #a58ae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58ae0


Comments

No comments written yet.

Please login to write comment.