Color Hex Logo

#a141dd Color Hex

#A141DD
(161,65,221)
0 Favorites   0 Comments

Color spaces of #a141dd

RGB 16165221
HSL0.770.700.56
HSV277°71°87°
CMYK 0.270.710.00   0.13
XYZ29.639416.578170.0443
Yxy16.57810.25490.1426
Hunter Lab40.716258.6858-73.4955
CIE-Lab47.724064.3906-62.7815

#a141dd color RGB value is (161,65,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000001 11011101
Octal 241 101 335
Decimal 161 65 221
Hex A1 41 DD

RGB Percentages of Color #a141dd

%36.02
%14.54
%49.44

CMYK Percentages of Color #a141dd

%27
%71
%0
%13

Triadic Colors of #a141dd

#a141dd #dda141 #41dda1

Analogous Colors of #a141dd

#a141dd #dd41cb #5341dd

Monochromatic Colors of #a141dd

#a141dd

Complementary Color

#a141dd #7ddd41

#a141dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a141dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a141dd Color CSS Codes

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

#a141dd Text Font Color

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

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


#a141dd Background Color

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

This div background color is #a141dd


#a141dd Border Color

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

This div border color is #a141dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a141dd


Comments

No comments written yet.

Please login to write comment.