Color Hex Logo

#a58eeb Color Hex

#A58EEB
(165,142,235)
0 Favorites   0 Comments

Color spaces of #a58eeb

RGB 165142235
HSL0.710.700.74
HSV255°40°92°
CMYK 0.300.400.00   0.08
XYZ40.185433.343582.9152
Yxy33.34350.25690.2131
Hunter Lab57.743823.1710-44.7147
CIE-Lab64.438128.5565-43.9503

#a58eeb color RGB value is (165,142,235).

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

The process color (four color CMYK) of #a58eeb color hex is 0.30, 0.40, 0.00, 0.08. Web safe color of #a58eeb is #9999ff. Color #a58eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001110 11101011
Octal 245 216 353
Decimal 165 142 235
Hex A5 8E EB

RGB Percentages of Color #a58eeb

%30.44
%26.20
%43.36

CMYK Percentages of Color #a58eeb

%30
%40
%0
%8

Triadic Colors of #a58eeb

#a58eeb #eba58e #8eeba5

Analogous Colors of #a58eeb

#a58eeb #d48eeb #8ea6eb

Monochromatic Colors of #a58eeb

#a58eeb

Complementary Color

#a58eeb #d4eb8e

#a58eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58eeb Color CSS Codes

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

#a58eeb Text Font Color

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

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


#a58eeb Background Color

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

This div background color is #a58eeb


#a58eeb Border Color

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

This div border color is #a58eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58eeb


Comments

No comments written yet.

Please login to write comment.