Color Hex Logo

#a046dc Color Hex

#A046DC
(160,70,220)
0 Favorites   0 Comments

Color spaces of #a046dc

RGB 16070220
HSL0.770.680.57
HSV276°68°86°
CMYK 0.270.680.00   0.14
XYZ29.605617.021269.4352
Yxy17.02120.25510.1467
Hunter Lab41.256855.8912-70.9055
CIE-Lab48.286761.8360-61.3093

#a046dc color RGB value is (160,70,220).

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

The process color (four color CMYK) of #a046dc color hex is 0.27, 0.68, 0.00, 0.14. Web safe color of #a046dc is #9933cc. Color #a046dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000110 11011100
Octal 240 106 334
Decimal 160 70 220
Hex A0 46 DC

RGB Percentages of Color #a046dc

%35.56
%15.56
%48.89

CMYK Percentages of Color #a046dc

%27
%68
%0
%14

Triadic Colors of #a046dc

#a046dc #dca046 #46dca0

Analogous Colors of #a046dc

#a046dc #dc46cd #5546dc

Monochromatic Colors of #a046dc

#a046dc

Complementary Color

#a046dc #82dc46

#a046dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a046dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a046dc Color CSS Codes

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

#a046dc Text Font Color

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

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


#a046dc Background Color

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

This div background color is #a046dc


#a046dc Border Color

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

This div border color is #a046dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,70,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a046dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a046dc


Comments

No comments written yet.

Please login to write comment.