Color Hex Logo

#a58aed Color Hex

#A58AED
(165,138,237)
0 Favorites   0 Comments

Color spaces of #a58aed

RGB 165138237
HSL0.710.730.74
HSV256°42°93°
CMYK 0.300.420.00   0.07
XYZ39.891632.290784.2510
Yxy32.29070.25500.2064
Hunter Lab56.824925.8650-48.1284
CIE-Lab63.582431.3279-46.4012

#a58aed color RGB value is (165,138,237).

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

The process color (four color CMYK) of #a58aed color hex is 0.30, 0.42, 0.00, 0.07. Web safe color of #a58aed is #9999ff. Color #a58aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001010 11101101
Octal 245 212 355
Decimal 165 138 237
Hex A5 8A ED

RGB Percentages of Color #a58aed

%30.56
%25.56
%43.89

CMYK Percentages of Color #a58aed

%30
%42
%0
%7

Triadic Colors of #a58aed

#a58aed #eda58a #8aeda5

Analogous Colors of #a58aed

#a58aed #d78aed #8aa1ed

Monochromatic Colors of #a58aed

#a58aed

Complementary Color

#a58aed #d2ed8a

#a58aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58aed Color CSS Codes

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

#a58aed Text Font Color

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

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


#a58aed Background Color

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

This div background color is #a58aed


#a58aed Border Color

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

This div border color is #a58aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58aed


Comments

No comments written yet.

Please login to write comment.