Color Hex Logo

#a162dd Color Hex

#A162DD
(161,98,221)
0 Favorites   0 Comments

Color spaces of #a162dd

RGB 16198221
HSL0.750.640.63
HSV271°56°87°
CMYK 0.270.560.00   0.13
XYZ32.116821.532970.8701
Yxy21.53290.25790.1729
Hunter Lab46.403642.3371-58.0685
CIE-Lab53.527948.5691-53.4506

#a162dd color RGB value is (161,98,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100010 11011101
Octal 241 142 335
Decimal 161 98 221
Hex A1 62 DD

RGB Percentages of Color #a162dd

%33.54
%20.42
%46.04

CMYK Percentages of Color #a162dd

%27
%56
%0
%13

Triadic Colors of #a162dd

#a162dd #dda162 #62dda1

Analogous Colors of #a162dd

#a162dd #dd62dc #6462dd

Monochromatic Colors of #a162dd

#a162dd

Complementary Color

#a162dd #9edd62

#a162dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a162dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a162dd Color CSS Codes

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

#a162dd Text Font Color

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

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


#a162dd Background Color

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

This div background color is #a162dd


#a162dd Border Color

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

This div border color is #a162dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a162dd


Comments

No comments written yet.

Please login to write comment.