Color Hex Logo

#a05aed Color Hex

#A05AED
(160,90,237)
0 Favorites   0 Comments

Color spaces of #a05aed

RGB 16090237
HSL0.750.800.64
HSV269°62°93°
CMYK 0.320.620.00   0.07
XYZ33.439420.900382.3925
Yxy20.90030.24460.1529
Hunter Lab45.716850.5586-74.8527
CIE-Lab52.840256.2495-63.5621

#a05aed color RGB value is (160,90,237).

#a05aed hex color red value is 160, green value is 90 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a05aed hue: 0.75 , saturation: 0.80 and the lightness value of a05aed is 0.64.

The process color (four color CMYK) of #a05aed color hex is 0.32, 0.62, 0.00, 0.07. Web safe color of #a05aed is #9966ff. Color #a05aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011010 11101101
Octal 240 132 355
Decimal 160 90 237
Hex A0 5A ED

RGB Percentages of Color #a05aed

%32.85
%18.48
%48.67

CMYK Percentages of Color #a05aed

%32
%62
%0
%7

Triadic Colors of #a05aed

#a05aed #eda05a #5aeda0

Analogous Colors of #a05aed

#a05aed #ea5aed #5a5eed

Monochromatic Colors of #a05aed

#a05aed

Complementary Color

#a05aed #a7ed5a

#a05aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05aed Color CSS Codes

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

#a05aed Text Font Color

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

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


#a05aed Background Color

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

This div background color is #a05aed


#a05aed Border Color

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

This div border color is #a05aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05aed


Comments

No comments written yet.

Please login to write comment.