Color Hex Logo

#a61ebe Color Hex

#A61EBE
(166,30,190)
0 Favorites   0 Comments

Color spaces of #a61ebe

RGB 16630190
HSL0.810.730.43
HSV291°84°75°
CMYK 0.130.840.00   0.25
XYZ25.484412.753249.8336
Yxy12.75320.28940.1448
Hunter Lab35.711664.8852-57.7378
CIE-Lab42.389070.7383-53.4582

#a61ebe color RGB value is (166,30,190).

#a61ebe hex color red value is 166, green value is 30 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a61ebe hue: 0.81 , saturation: 0.73 and the lightness value of a61ebe is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011110 10111110
Octal 246 36 276
Decimal 166 30 190
Hex A6 1E BE

RGB Percentages of Color #a61ebe

%43.01
%7.77
%49.22

CMYK Percentages of Color #a61ebe

%13
%84
%0
%25

Triadic Colors of #a61ebe

#a61ebe #bea61e #1ebea6

Analogous Colors of #a61ebe

#a61ebe #be1e86 #561ebe

Monochromatic Colors of #a61ebe

#a61ebe

Complementary Color

#a61ebe #36be1e

#a61ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61ebe Color CSS Codes

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

#a61ebe Text Font Color

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

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


#a61ebe Background Color

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

This div background color is #a61ebe


#a61ebe Border Color

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

This div border color is #a61ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61ebe


Comments

No comments written yet.

Please login to write comment.