Color Hex Logo

#a168dd Color Hex

#A168DD
(161,104,221)
0 Favorites   0 Comments

Color spaces of #a168dd

RGB 161104221
HSL0.750.630.64
HSV269°53°87°
CMYK 0.270.530.00   0.13
XYZ32.699422.698271.0643
Yxy22.69820.25860.1795
Hunter Lab47.642639.1384-55.0878
CIE-Lab54.760145.3509-51.4842

#a168dd color RGB value is (161,104,221).

#a168dd hex color red value is 161, green value is 104 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a168dd hue: 0.75 , saturation: 0.63 and the lightness value of a168dd is 0.64.

The process color (four color CMYK) of #a168dd color hex is 0.27, 0.53, 0.00, 0.13. Web safe color of #a168dd is #9966cc. Color #a168dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01101000 11011101
Octal 241 150 335
Decimal 161 104 221
Hex A1 68 DD

RGB Percentages of Color #a168dd

%33.13
%21.40
%45.47

CMYK Percentages of Color #a168dd

%27
%53
%0
%13

Triadic Colors of #a168dd

#a168dd #dda168 #68dda1

Analogous Colors of #a168dd

#a168dd #dc68dd #686add

Monochromatic Colors of #a168dd

#a168dd

Complementary Color

#a168dd #a4dd68

#a168dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a168dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a168dd Color CSS Codes

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

#a168dd Text Font Color

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

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


#a168dd Background Color

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

This div background color is #a168dd


#a168dd Border Color

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

This div border color is #a168dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,104,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a168dd


Comments

No comments written yet.

Please login to write comment.