Color Hex Logo

#a58de0 Color Hex

#A58DE0
(165,141,224)
0 Favorites   0 Comments

Color spaces of #a58de0

RGB 165141224
HSL0.710.570.72
HSV257°37°88°
CMYK 0.260.370.00   0.12
XYZ38.496532.430974.7518
Yxy32.43090.26430.2226
Hunter Lab56.948121.0054-37.9621
CIE-Lab63.697426.4163-39.0253

#a58de0 color RGB value is (165,141,224).

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

The process color (four color CMYK) of #a58de0 color hex is 0.26, 0.37, 0.00, 0.12. Web safe color of #a58de0 is #9999cc. Color #a58de0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001101 11100000
Octal 245 215 340
Decimal 165 141 224
Hex A5 8D E0

RGB Percentages of Color #a58de0

%31.13
%26.60
%42.26

CMYK Percentages of Color #a58de0

%26
%37
%0
%12

Triadic Colors of #a58de0

#a58de0 #e0a58d #8de0a5

Analogous Colors of #a58de0

#a58de0 #cf8de0 #8d9fe0

Monochromatic Colors of #a58de0

#a58de0

Complementary Color

#a58de0 #c8e08d

#a58de0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58de0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58de0 Color CSS Codes

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

#a58de0 Text Font Color

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

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


#a58de0 Background Color

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

This div background color is #a58de0


#a58de0 Border Color

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

This div border color is #a58de0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58de0


Comments

No comments written yet.

Please login to write comment.