Color Hex Logo

#a63cea Color Hex

#A63CEA
(166,60,234)
0 Favorites   0 Comments

Color spaces of #a63cea

RGB 16660234
HSL0.770.810.58
HSV277°74°92°
CMYK 0.290.740.00   0.08
XYZ32.193017.279279.4804
Yxy17.27920.24960.1340
Hunter Lab41.568365.4969-84.2674
CIE-Lab48.609970.0423-68.6827

#a63cea color RGB value is (166,60,234).

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

The process color (four color CMYK) of #a63cea color hex is 0.29, 0.74, 0.00, 0.08. Web safe color of #a63cea is #9933ff. Color #a63cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111100 11101010
Octal 246 74 352
Decimal 166 60 234
Hex A6 3C EA

RGB Percentages of Color #a63cea

%36.09
%13.04
%50.87

CMYK Percentages of Color #a63cea

%29
%74
%0
%8

Triadic Colors of #a63cea

#a63cea #eaa63c #3ceaa6

Analogous Colors of #a63cea

#a63cea #ea3cd7 #4f3cea

Monochromatic Colors of #a63cea

#a63cea

Complementary Color

#a63cea #80ea3c

#a63cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63cea Color CSS Codes

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

#a63cea Text Font Color

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

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


#a63cea Background Color

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

This div background color is #a63cea


#a63cea Border Color

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

This div border color is #a63cea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,60,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63cea


Comments

No comments written yet.

Please login to write comment.