Color Hex Logo

#a140dd Color Hex

#A140DD
(161,64,221)
0 Favorites   0 Comments

Color spaces of #a140dd

RGB 16164221
HSL0.770.700.56
HSV277°71°87°
CMYK 0.270.710.00   0.13
XYZ29.582516.464370.0254
Yxy16.46430.25490.1418
Hunter Lab40.576259.1288-73.9178
CIE-Lab47.577864.8034-63.0179

#a140dd color RGB value is (161,64,221).

#a140dd hex color red value is 161, green value is 64 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a140dd hue: 0.77 , saturation: 0.70 and the lightness value of a140dd is 0.56.

The process color (four color CMYK) of #a140dd color hex is 0.27, 0.71, 0.00, 0.13. Web safe color of #a140dd is #9933cc. Color #a140dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000000 11011101
Octal 241 100 335
Decimal 161 64 221
Hex A1 40 DD

RGB Percentages of Color #a140dd

%36.10
%14.35
%49.55

CMYK Percentages of Color #a140dd

%27
%71
%0
%13

Triadic Colors of #a140dd

#a140dd #dda140 #40dda1

Analogous Colors of #a140dd

#a140dd #dd40cb #5340dd

Monochromatic Colors of #a140dd

#a140dd

Complementary Color

#a140dd #7cdd40

#a140dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a140dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a140dd Color CSS Codes

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

#a140dd Text Font Color

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

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


#a140dd Background Color

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

This div background color is #a140dd


#a140dd Border Color

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

This div border color is #a140dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a140dd


Comments

No comments written yet.

Please login to write comment.