Color Hex Logo

#a356ce Color Hex

#A356CE
(163,86,206)
0 Favorites   0 Comments

Color spaces of #a356ce

RGB 16386206
HSL0.770.550.57
HSV279°58°81°
CMYK 0.210.580.00   0.19
XYZ29.572618.898360.4816
Yxy18.89830.27140.1735
Hunter Lab43.472245.3510-52.0580
CIE-Lab50.568051.8770-49.6336

#a356ce color RGB value is (163,86,206).

#a356ce hex color red value is 163, green value is 86 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a356ce hue: 0.77 , saturation: 0.55 and the lightness value of a356ce is 0.57.

The process color (four color CMYK) of #a356ce color hex is 0.21, 0.58, 0.00, 0.19. Web safe color of #a356ce is #9966cc. Color #a356ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010110 11001110
Octal 243 126 316
Decimal 163 86 206
Hex A3 56 CE

RGB Percentages of Color #a356ce

%35.82
%18.90
%45.27

CMYK Percentages of Color #a356ce

%21
%58
%0
%19

Triadic Colors of #a356ce

#a356ce #cea356 #56cea3

Analogous Colors of #a356ce

#a356ce #ce56bd #6756ce

Monochromatic Colors of #a356ce

#a356ce

Complementary Color

#a356ce #81ce56

#a356ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a356ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a356ce Color CSS Codes

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

#a356ce Text Font Color

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

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


#a356ce Background Color

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

This div background color is #a356ce


#a356ce Border Color

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

This div border color is #a356ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,86,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a356ce


Comments

No comments written yet.

Please login to write comment.