Color Hex Logo

#a355ce Color Hex

#A355CE
(163,85,206)
0 Favorites   0 Comments

Color spaces of #a355ce

RGB 16385206
HSL0.770.550.57
HSV279°59°81°
CMYK 0.210.590.00   0.19
XYZ29.493318.739860.4552
Yxy18.73980.27140.1724
Hunter Lab43.289545.8561-52.4978
CIE-Lab50.381452.3783-49.9314

#a355ce color RGB value is (163,85,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010101 11001110
Octal 243 125 316
Decimal 163 85 206
Hex A3 55 CE

RGB Percentages of Color #a355ce

%35.90
%18.72
%45.37

CMYK Percentages of Color #a355ce

%21
%59
%0
%19

Triadic Colors of #a355ce

#a355ce #cea355 #55cea3

Analogous Colors of #a355ce

#a355ce #ce55bd #6755ce

Monochromatic Colors of #a355ce

#a355ce

Complementary Color

#a355ce #80ce55

#a355ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a355ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a355ce Color CSS Codes

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

#a355ce Text Font Color

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

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


#a355ce Background Color

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

This div background color is #a355ce


#a355ce Border Color

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

This div border color is #a355ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a355ce


Comments

No comments written yet.

Please login to write comment.