Color Hex Logo

#a63cee Color Hex

#A63CEE
(166,60,238)
0 Favorites   0 Comments

Color spaces of #a63cee

RGB 16660238
HSL0.770.840.58
HSV276°75°93°
CMYK 0.300.750.00   0.07
XYZ32.774417.511882.5416
Yxy17.51180.24670.1318
Hunter Lab41.847166.5677-87.6540
CIE-Lab48.898570.8839-70.4679

#a63cee color RGB value is (166,60,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111100 11101110
Octal 246 74 356
Decimal 166 60 238
Hex A6 3C EE

RGB Percentages of Color #a63cee

%35.78
%12.93
%51.29

CMYK Percentages of Color #a63cee

%30
%75
%0
%7

Triadic Colors of #a63cee

#a63cee #eea63c #3ceea6

Analogous Colors of #a63cee

#a63cee #ee3cdd #4d3cee

Monochromatic Colors of #a63cee

#a63cee

Complementary Color

#a63cee #84ee3c

#a63cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63cee Color CSS Codes

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

#a63cee Text Font Color

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

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


#a63cee Background Color

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

This div background color is #a63cee


#a63cee Border Color

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

This div border color is #a63cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63cee


Comments

No comments written yet.

Please login to write comment.