Color Hex Logo

#a65aed Color Hex

#A65AED
(166,90,237)
0 Favorites   0 Comments

Color spaces of #a65aed

RGB 16690237
HSL0.750.800.64
HSV271°62°93°
CMYK 0.300.620.00   0.07
XYZ34.668121.533782.4500
Yxy21.53370.25000.1553
Hunter Lab46.404452.1472-72.8616
CIE-Lab53.528757.5531-62.4174

#a65aed color RGB value is (166,90,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011010 11101101
Octal 246 132 355
Decimal 166 90 237
Hex A6 5A ED

RGB Percentages of Color #a65aed

%33.67
%18.26
%48.07

CMYK Percentages of Color #a65aed

%30
%62
%0
%7

Triadic Colors of #a65aed

#a65aed #eda65a #5aeda6

Analogous Colors of #a65aed

#a65aed #ed5aeb #5d5aed

Monochromatic Colors of #a65aed

#a65aed

Complementary Color

#a65aed #a1ed5a

#a65aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65aed Color CSS Codes

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

#a65aed Text Font Color

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

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


#a65aed Background Color

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

This div background color is #a65aed


#a65aed Border Color

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

This div border color is #a65aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65aed


Comments

No comments written yet.

Please login to write comment.