Color Hex Logo

#a58ee9 Color Hex

#A58EE9
(165,142,233)
0 Favorites   0 Comments

Color spaces of #a58ee9

RGB 165142233
HSL0.710.670.74
HSV255°39°91°
CMYK 0.290.390.00   0.09
XYZ39.898033.228581.4017
Yxy33.22850.25820.2150
Hunter Lab57.644222.6702-43.3749
CIE-Lab64.345528.0588-42.9919

#a58ee9 color RGB value is (165,142,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001110 11101001
Octal 245 216 351
Decimal 165 142 233
Hex A5 8E E9

RGB Percentages of Color #a58ee9

%30.56
%26.30
%43.15

CMYK Percentages of Color #a58ee9

%29
%39
%0
%9

Triadic Colors of #a58ee9

#a58ee9 #e9a58e #8ee9a5

Analogous Colors of #a58ee9

#a58ee9 #d38ee9 #8ea5e9

Monochromatic Colors of #a58ee9

#a58ee9

Complementary Color

#a58ee9 #d2e98e

#a58ee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58ee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58ee9 Color CSS Codes

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

#a58ee9 Text Font Color

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

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


#a58ee9 Background Color

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

This div background color is #a58ee9


#a58ee9 Border Color

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

This div border color is #a58ee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58ee9


Comments

No comments written yet.

Please login to write comment.