Color Hex Logo

#a126dd Color Hex

#A126DD
(161,38,221)
0 Favorites   0 Comments

Color spaces of #a126dd

RGB 16138221
HSL0.780.730.51
HSV280°83°87°
CMYK 0.270.830.00   0.13
XYZ28.442214.183869.6453
Yxy14.18380.25330.1263
Hunter Lab37.661468.8973-83.2790
CIE-Lab44.495473.6790-68.0196

#a126dd color RGB value is (161,38,221).

#a126dd hex color red value is 161, green value is 38 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a126dd hue: 0.78 , saturation: 0.73 and the lightness value of a126dd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00100110 11011101
Octal 241 46 335
Decimal 161 38 221
Hex A1 26 DD

RGB Percentages of Color #a126dd

%38.33
%9.05
%52.62

CMYK Percentages of Color #a126dd

%27
%83
%0
%13

Triadic Colors of #a126dd

#a126dd #dda126 #26dda1

Analogous Colors of #a126dd

#a126dd #dd26be #4626dd

Monochromatic Colors of #a126dd

#a126dd

Complementary Color

#a126dd #62dd26

#a126dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a126dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a126dd Color CSS Codes

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

#a126dd Text Font Color

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

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


#a126dd Background Color

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

This div background color is #a126dd


#a126dd Border Color

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

This div border color is #a126dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a126dd


Comments

No comments written yet.

Please login to write comment.