Color Hex Logo

#a58eea Color Hex

#A58EEA
(165,142,234)
0 Favorites   0 Comments

Color spaces of #a58eea

RGB 165142234
HSL0.710.690.74
HSV255°39°92°
CMYK 0.290.390.00   0.08
XYZ40.041333.285882.1563
Yxy33.28580.25750.2141
Hunter Lab57.693822.9202-44.0435
CIE-Lab64.391728.3075-43.4715

#a58eea color RGB value is (165,142,234).

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

The process color (four color CMYK) of #a58eea color hex is 0.29, 0.39, 0.00, 0.08. Web safe color of #a58eea is #9999ff. Color #a58eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001110 11101010
Octal 245 216 352
Decimal 165 142 234
Hex A5 8E EA

RGB Percentages of Color #a58eea

%30.50
%26.25
%43.25

CMYK Percentages of Color #a58eea

%29
%39
%0
%8

Triadic Colors of #a58eea

#a58eea #eaa58e #8eeaa5

Analogous Colors of #a58eea

#a58eea #d38eea #8ea5ea

Monochromatic Colors of #a58eea

#a58eea

Complementary Color

#a58eea #d3ea8e

#a58eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58eea Color CSS Codes

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

#a58eea Text Font Color

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

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


#a58eea Background Color

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

This div background color is #a58eea


#a58eea Border Color

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

This div border color is #a58eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58eea


Comments

No comments written yet.

Please login to write comment.