Color Hex Logo

#a63aed Color Hex

#A63AED
(166,58,237)
0 Favorites   0 Comments

Color spaces of #a63aed

RGB 16658237
HSL0.770.830.58
HSV276°76°93°
CMYK 0.300.760.00   0.07
XYZ32.525017.247581.7356
Yxy17.24750.24730.1312
Hunter Lab41.530167.1176-87.6178
CIE-Lab48.570471.4068-70.4382

#a63aed color RGB value is (166,58,237).

#a63aed hex color red value is 166, green value is 58 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a63aed hue: 0.77 , saturation: 0.83 and the lightness value of a63aed is 0.58.

The process color (four color CMYK) of #a63aed color hex is 0.30, 0.76, 0.00, 0.07. Web safe color of #a63aed is #9933ff. Color #a63aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111010 11101101
Octal 246 72 355
Decimal 166 58 237
Hex A6 3A ED

RGB Percentages of Color #a63aed

%36.01
%12.58
%51.41

CMYK Percentages of Color #a63aed

%30
%76
%0
%7

Triadic Colors of #a63aed

#a63aed #eda63a #3aeda6

Analogous Colors of #a63aed

#a63aed #ed3adb #4d3aed

Monochromatic Colors of #a63aed

#a63aed

Complementary Color

#a63aed #81ed3a

#a63aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63aed Color CSS Codes

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

#a63aed Text Font Color

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

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


#a63aed Background Color

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

This div background color is #a63aed


#a63aed Border Color

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

This div border color is #a63aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63aed


Comments

No comments written yet.

Please login to write comment.