Color Hex Logo

#a036dd Color Hex

#A036DD
(160,54,221)
0 Favorites   0 Comments

Color spaces of #a036dd

RGB 16054221
HSL0.770.710.54
HSV278°76°87°
CMYK 0.280.760.00   0.13
XYZ28.867515.332469.8446
Yxy15.33240.25310.1344
Hunter Lab39.156663.0718-78.3474
CIE-Lab46.086168.4809-65.4411

#a036dd color RGB value is (160,54,221).

#a036dd hex color red value is 160, green value is 54 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a036dd hue: 0.77 , saturation: 0.71 and the lightness value of a036dd is 0.54.

The process color (four color CMYK) of #a036dd color hex is 0.28, 0.76, 0.00, 0.13. Web safe color of #a036dd is #9933cc. Color #a036dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110110 11011101
Octal 240 66 335
Decimal 160 54 221
Hex A0 36 DD

RGB Percentages of Color #a036dd

%36.78
%12.41
%50.80

CMYK Percentages of Color #a036dd

%28
%76
%0
%13

Triadic Colors of #a036dd

#a036dd #dda036 #36dda0

Analogous Colors of #a036dd

#a036dd #dd36c7 #4d36dd

Monochromatic Colors of #a036dd

#a036dd

Complementary Color

#a036dd #73dd36

#a036dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a036dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a036dd Color CSS Codes

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

#a036dd Text Font Color

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

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


#a036dd Background Color

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

This div background color is #a036dd


#a036dd Border Color

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

This div border color is #a036dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a036dd


Comments

No comments written yet.

Please login to write comment.