Color Hex Logo

#a58ede Color Hex

#A58EDE
(165,142,222)
0 Favorites   0 Comments

Color spaces of #a58ede

RGB 165142222
HSL0.710.550.71
HSV257°36°87°
CMYK 0.260.360.00   0.13
XYZ38.374932.619373.3808
Yxy32.61930.26580.2259
Hunter Lab57.113319.9873-36.1982
CIE-Lab63.851525.3625-37.6744

#a58ede color RGB value is (165,142,222).

#a58ede hex color red value is 165, green value is 142 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a58ede hue: 0.71 , saturation: 0.55 and the lightness value of a58ede is 0.71.

The process color (four color CMYK) of #a58ede color hex is 0.26, 0.36, 0.00, 0.13. Web safe color of #a58ede is #9999cc. Color #a58ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001110 11011110
Octal 245 216 336
Decimal 165 142 222
Hex A5 8E DE

RGB Percentages of Color #a58ede

%31.19
%26.84
%41.97

CMYK Percentages of Color #a58ede

%26
%36
%0
%13

Triadic Colors of #a58ede

#a58ede #dea58e #8edea5

Analogous Colors of #a58ede

#a58ede #cd8ede #8e9fde

Monochromatic Colors of #a58ede

#a58ede

Complementary Color

#a58ede #c7de8e

#a58ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58ede Color CSS Codes

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

#a58ede Text Font Color

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

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


#a58ede Background Color

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

This div background color is #a58ede


#a58ede Border Color

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

This div border color is #a58ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58ede


Comments

No comments written yet.

Please login to write comment.