Color Hex Logo

#a356dc Color Hex

#A356DC
(163,86,220)
0 Favorites   0 Comments

Color spaces of #a356dc

RGB 16386220
HSL0.760.660.60
HSV274°61°86°
CMYK 0.260.610.00   0.14
XYZ31.350319.609469.8428
Yxy19.60940.25950.1623
Hunter Lab44.282548.8767-62.5150
CIE-Lab51.392754.9796-56.2904

#a356dc color RGB value is (163,86,220).

#a356dc hex color red value is 163, green value is 86 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a356dc hue: 0.76 , saturation: 0.66 and the lightness value of a356dc is 0.60.

The process color (four color CMYK) of #a356dc color hex is 0.26, 0.61, 0.00, 0.14. Web safe color of #a356dc is #9966cc. Color #a356dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010110 11011100
Octal 243 126 334
Decimal 163 86 220
Hex A3 56 DC

RGB Percentages of Color #a356dc

%34.75
%18.34
%46.91

CMYK Percentages of Color #a356dc

%26
%61
%0
%14

Triadic Colors of #a356dc

#a356dc #dca356 #56dca3

Analogous Colors of #a356dc

#a356dc #dc56d2 #6056dc

Monochromatic Colors of #a356dc

#a356dc

Complementary Color

#a356dc #8fdc56

#a356dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a356dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a356dc Color CSS Codes

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

#a356dc Text Font Color

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

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


#a356dc Background Color

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

This div background color is #a356dc


#a356dc Border Color

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

This div border color is #a356dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a356dc


Comments

No comments written yet.

Please login to write comment.