Color Hex Logo

#a168ee Color Hex

#A168EE
(161,104,238)
0 Favorites   0 Comments

Color spaces of #a168ee

RGB 161104238
HSL0.740.800.67
HSV266°56°93°
CMYK 0.320.560.00   0.07
XYZ35.080923.650783.6050
Yxy23.65070.24650.1662
Hunter Lab48.632043.6558-67.8852
CIE-Lab55.736449.4498-59.4584

#a168ee color RGB value is (161,104,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01101000 11101110
Octal 241 150 356
Decimal 161 104 238
Hex A1 68 EE

RGB Percentages of Color #a168ee

%32.01
%20.68
%47.32

CMYK Percentages of Color #a168ee

%32
%56
%0
%7

Triadic Colors of #a168ee

#a168ee #eea168 #68eea1

Analogous Colors of #a168ee

#a168ee #e468ee #6872ee

Monochromatic Colors of #a168ee

#a168ee

Complementary Color

#a168ee #b5ee68

#a168ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a168ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a168ee Color CSS Codes

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

#a168ee Text Font Color

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

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


#a168ee Background Color

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

This div background color is #a168ee


#a168ee Border Color

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

This div border color is #a168ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a168ee


Comments

No comments written yet.

Please login to write comment.