Color Hex Logo

#a58deb Color Hex

#A58DEB
(165,141,235)
0 Favorites   0 Comments

Color spaces of #a58deb

RGB 165141235
HSL0.710.700.74
HSV255°40°92°
CMYK 0.300.400.00   0.08
XYZ40.037333.047282.8658
Yxy33.04720.25670.2119
Hunter Lab57.486723.7168-45.2245
CIE-Lab64.199129.1250-44.3261

#a58deb color RGB value is (165,141,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001101 11101011
Octal 245 215 353
Decimal 165 141 235
Hex A5 8D EB

RGB Percentages of Color #a58deb

%30.50
%26.06
%43.44

CMYK Percentages of Color #a58deb

%30
%40
%0
%8

Triadic Colors of #a58deb

#a58deb #eba58d #8deba5

Analogous Colors of #a58deb

#a58deb #d48deb #8da4eb

Monochromatic Colors of #a58deb

#a58deb

Complementary Color

#a58deb #d3eb8d

#a58deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58deb Color CSS Codes

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

#a58deb Text Font Color

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

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


#a58deb Background Color

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

This div background color is #a58deb


#a58deb Border Color

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

This div border color is #a58deb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,141,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 #a58deb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58deb


Comments

No comments written yet.

Please login to write comment.