Color Hex Logo

#a046dd Color Hex

#A046DD
(160,70,221)
0 Favorites   0 Comments

Color spaces of #a046dd

RGB 16070221
HSL0.770.690.57
HSV276°68°87°
CMYK 0.280.680.00   0.13
XYZ29.738517.074470.1349
Yxy17.07440.25430.1460
Hunter Lab41.321256.1529-71.7087
CIE-Lab48.353662.0540-61.7702

#a046dd color RGB value is (160,70,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000110 11011101
Octal 240 106 335
Decimal 160 70 221
Hex A0 46 DD

RGB Percentages of Color #a046dd

%35.48
%15.52
%49.00

CMYK Percentages of Color #a046dd

%28
%68
%0
%13

Triadic Colors of #a046dd

#a046dd #dda046 #46dda0

Analogous Colors of #a046dd

#a046dd #dd46cf #5446dd

Monochromatic Colors of #a046dd

#a046dd

Complementary Color

#a046dd #83dd46

#a046dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a046dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a046dd Color CSS Codes

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

#a046dd Text Font Color

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

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


#a046dd Background Color

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

This div background color is #a046dd


#a046dd Border Color

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

This div border color is #a046dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a046dd


Comments

No comments written yet.

Please login to write comment.