Color Hex Logo

#a08ae5 Color Hex

#A08AE5
(160,138,229)
0 Favorites   0 Comments

Color spaces of #a08ae5

RGB 160138229
HSL0.710.640.72
HSV255°40°90°
CMYK 0.300.400.00   0.10
XYZ37.728531.307778.1832
Yxy31.30770.25630.2127
Hunter Lab55.953322.4418-43.6783
CIE-Lab62.766527.9522-43.2897

#a08ae5 color RGB value is (160,138,229).

#a08ae5 hex color red value is 160, green value is 138 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #a08ae5 hue: 0.71 , saturation: 0.64 and the lightness value of a08ae5 is 0.72.

The process color (four color CMYK) of #a08ae5 color hex is 0.30, 0.40, 0.00, 0.10. Web safe color of #a08ae5 is #9999cc. Color #a08ae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001010 11100101
Octal 240 212 345
Decimal 160 138 229
Hex A0 8A E5

RGB Percentages of Color #a08ae5

%30.36
%26.19
%43.45

CMYK Percentages of Color #a08ae5

%30
%40
%0
%10

Triadic Colors of #a08ae5

#a08ae5 #e5a08a #8ae5a0

Analogous Colors of #a08ae5

#a08ae5 #ce8ae5 #8aa2e5

Monochromatic Colors of #a08ae5

#a08ae5

Complementary Color

#a08ae5 #cfe58a

#a08ae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08ae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08ae5 Color CSS Codes

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

#a08ae5 Text Font Color

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

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


#a08ae5 Background Color

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

This div background color is #a08ae5


#a08ae5 Border Color

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

This div border color is #a08ae5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,138,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a08ae5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a08ae5;
  -webkit-box-shadow: 1px 1px 3px 2px #a08ae5;
  box-shadow:         1px 1px 3px 2px #a08ae5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,138,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08ae5


Comments

No comments written yet.

Please login to write comment.