Color Hex Logo

#a861ec Color Hex

#A861EC
(168,97,236)
0 Favorites   0 Comments

Color spaces of #a861ec

RGB 16897236
HSL0.750.790.65
HSV271°59°93°
CMYK 0.290.590.00   0.07
XYZ35.563522.930381.9085
Yxy22.93030.25330.1633
Hunter Lab47.885648.7680-67.8959
CIE-Lab55.000554.2589-59.4799

#a861ec color RGB value is (168,97,236).

#a861ec hex color red value is 168, green value is 97 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a861ec hue: 0.75 , saturation: 0.79 and the lightness value of a861ec is 0.65.

The process color (four color CMYK) of #a861ec color hex is 0.29, 0.59, 0.00, 0.07. Web safe color of #a861ec is #9966ff. Color #a861ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100001 11101100
Octal 250 141 354
Decimal 168 97 236
Hex A8 61 EC

RGB Percentages of Color #a861ec

%33.53
%19.36
%47.11

CMYK Percentages of Color #a861ec

%29
%59
%0
%7

Triadic Colors of #a861ec

#a861ec #eca861 #61eca8

Analogous Colors of #a861ec

#a861ec #ec61eb #6361ec

Monochromatic Colors of #a861ec

#a861ec

Complementary Color

#a861ec #a5ec61

#a861ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a861ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a861ec Color CSS Codes

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

#a861ec Text Font Color

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

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


#a861ec Background Color

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

This div background color is #a861ec


#a861ec Border Color

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

This div border color is #a861ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,97,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a861ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a861ec;
  -webkit-box-shadow: 1px 1px 3px 2px #a861ec;
  box-shadow:         1px 1px 3px 2px #a861ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,97,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a861ec


Comments

No comments written yet.

Please login to write comment.