Color Hex Logo

#a355ca Color Hex

#A355CA
(163,85,202)
0 Favorites   0 Comments

Color spaces of #a355ca

RGB 16385202
HSL0.780.520.56
HSV280°58°79°
CMYK 0.190.580.00   0.21
XYZ29.013418.547857.9280
Yxy18.54780.27500.1758
Hunter Lab43.067244.8840-49.6017
CIE-Lab50.153951.5128-48.0004

#a355ca color RGB value is (163,85,202).

#a355ca hex color red value is 163, green value is 85 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a355ca hue: 0.78 , saturation: 0.52 and the lightness value of a355ca is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010101 11001010
Octal 243 125 312
Decimal 163 85 202
Hex A3 55 CA

RGB Percentages of Color #a355ca

%36.22
%18.89
%44.89

CMYK Percentages of Color #a355ca

%19
%58
%0
%21

Triadic Colors of #a355ca

#a355ca #caa355 #55caa3

Analogous Colors of #a355ca

#a355ca #ca55b7 #6955ca

Monochromatic Colors of #a355ca

#a355ca

Complementary Color

#a355ca #7cca55

#a355ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a355ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a355ca Color CSS Codes

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

#a355ca Text Font Color

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

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


#a355ca Background Color

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

This div background color is #a355ca


#a355ca Border Color

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

This div border color is #a355ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a355ca


Comments

No comments written yet.

Please login to write comment.