Color Hex Logo

#a06aed Color Hex

#A06AED
(160,106,237)
0 Favorites   0 Comments

Color spaces of #a06aed

RGB 160106237
HSL0.740.780.67
HSV265°55°93°
CMYK 0.320.550.00   0.07
XYZ34.937323.896182.8918
Yxy23.89610.24650.1686
Hunter Lab48.883642.0282-66.3193
CIE-Lab55.983647.8940-58.5098

#a06aed color RGB value is (160,106,237).

#a06aed hex color red value is 160, green value is 106 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a06aed hue: 0.74 , saturation: 0.78 and the lightness value of a06aed is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101010 11101101
Octal 240 152 355
Decimal 160 106 237
Hex A0 6A ED

RGB Percentages of Color #a06aed

%31.81
%21.07
%47.12

CMYK Percentages of Color #a06aed

%32
%55
%0
%7

Triadic Colors of #a06aed

#a06aed #eda06a #6aeda0

Analogous Colors of #a06aed

#a06aed #e26aed #6a76ed

Monochromatic Colors of #a06aed

#a06aed

Complementary Color

#a06aed #b7ed6a

#a06aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06aed Color CSS Codes

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

#a06aed Text Font Color

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

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


#a06aed Background Color

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

This div background color is #a06aed


#a06aed Border Color

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

This div border color is #a06aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06aed


Comments

No comments written yet.

Please login to write comment.