Color Hex Logo

#a168ec Color Hex

#A168EC
(161,104,236)
0 Favorites   0 Comments

Color spaces of #a168ec

RGB 161104236
HSL0.740.780.67
HSV266°56°93°
CMYK 0.320.560.00   0.07
XYZ34.788623.533882.0658
Yxy23.53380.24780.1676
Hunter Lab48.511643.1103-66.3411
CIE-Lab55.618048.9611-58.5316

#a168ec color RGB value is (161,104,236).

#a168ec hex color red value is 161, green value is 104 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a168ec hue: 0.74 , saturation: 0.78 and the lightness value of a168ec is 0.67.

The process color (four color CMYK) of #a168ec color hex is 0.32, 0.56, 0.00, 0.07. Web safe color of #a168ec is #9966ff. Color #a168ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01101000 11101100
Octal 241 150 354
Decimal 161 104 236
Hex A1 68 EC

RGB Percentages of Color #a168ec

%32.14
%20.76
%47.11

CMYK Percentages of Color #a168ec

%32
%56
%0
%7

Triadic Colors of #a168ec

#a168ec #eca168 #68eca1

Analogous Colors of #a168ec

#a168ec #e368ec #6871ec

Monochromatic Colors of #a168ec

#a168ec

Complementary Color

#a168ec #b3ec68

#a168ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a168ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a168ec Color CSS Codes

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

#a168ec Text Font Color

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

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


#a168ec Background Color

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

This div background color is #a168ec


#a168ec Border Color

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

This div border color is #a168ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a168ec


Comments

No comments written yet.

Please login to write comment.