Color Hex Logo

#a353bd Color Hex

#A353BD
(163,83,189)
0 Favorites   0 Comments

Color spaces of #a353bd

RGB 16383189
HSL0.790.450.53
HSV285°56°74°
CMYK 0.140.560.00   0.26
XYZ27.382817.647250.1071
Yxy17.64720.28780.1855
Hunter Lab42.008642.8382-41.3141
CIE-Lab49.065449.7758-42.2287

#a353bd color RGB value is (163,83,189).

#a353bd hex color red value is 163, green value is 83 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a353bd hue: 0.79 , saturation: 0.45 and the lightness value of a353bd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010011 10111101
Octal 243 123 275
Decimal 163 83 189
Hex A3 53 BD

RGB Percentages of Color #a353bd

%37.47
%19.08
%43.45

CMYK Percentages of Color #a353bd

%14
%56
%0
%26

Triadic Colors of #a353bd

#a353bd #bda353 #53bda3

Analogous Colors of #a353bd

#a353bd #bd53a2 #6e53bd

Monochromatic Colors of #a353bd

#a353bd

Complementary Color

#a353bd #6dbd53

#a353bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a353bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a353bd Color CSS Codes

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

#a353bd Text Font Color

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

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


#a353bd Background Color

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

This div background color is #a353bd


#a353bd Border Color

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

This div border color is #a353bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a353bd


Comments

No comments written yet.

Please login to write comment.