Color Hex Logo

#a63ebe Color Hex

#A63EBE
(166,62,190)
0 Favorites   0 Comments

Color spaces of #a63ebe

RGB 16662190
HSL0.800.510.49
HSV289°67°75°
CMYK 0.130.670.00   0.25
XYZ26.742815.269950.2531
Yxy15.26990.28980.1655
Hunter Lab39.076753.7752-48.8939
CIE-Lab46.001760.3883-47.6607

#a63ebe color RGB value is (166,62,190).

#a63ebe hex color red value is 166, green value is 62 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a63ebe hue: 0.80 , saturation: 0.51 and the lightness value of a63ebe is 0.49.

The process color (four color CMYK) of #a63ebe color hex is 0.13, 0.67, 0.00, 0.25. Web safe color of #a63ebe is #9933cc. Color #a63ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111110 10111110
Octal 246 76 276
Decimal 166 62 190
Hex A6 3E BE

RGB Percentages of Color #a63ebe

%39.71
%14.83
%45.45

CMYK Percentages of Color #a63ebe

%13
%67
%0
%25

Triadic Colors of #a63ebe

#a63ebe #bea63e #3ebea6

Analogous Colors of #a63ebe

#a63ebe #be3e96 #663ebe

Monochromatic Colors of #a63ebe

#a63ebe

Complementary Color

#a63ebe #56be3e

#a63ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63ebe Color CSS Codes

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

#a63ebe Text Font Color

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

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


#a63ebe Background Color

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

This div background color is #a63ebe


#a63ebe Border Color

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

This div border color is #a63ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63ebe


Comments

No comments written yet.

Please login to write comment.