Color Hex Logo

#a353eb Color Hex

#A353EB
(163,83,235)
0 Favorites   0 Comments

Color spaces of #a353eb

RGB 16383235
HSL0.750.790.62
HSV272°65°92°
CMYK 0.310.650.00   0.08
XYZ33.192919.971280.7026
Yxy19.97120.24800.1492
Hunter Lab44.689154.3750-75.7874
CIE-Lab51.804659.8437-64.0929

#a353eb color RGB value is (163,83,235).

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

The process color (four color CMYK) of #a353eb color hex is 0.31, 0.65, 0.00, 0.08. Web safe color of #a353eb is #9966ff. Color #a353eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010011 11101011
Octal 243 123 353
Decimal 163 83 235
Hex A3 53 EB

RGB Percentages of Color #a353eb

%33.89
%17.26
%48.86

CMYK Percentages of Color #a353eb

%31
%65
%0
%8

Triadic Colors of #a353eb

#a353eb #eba353 #53eba3

Analogous Colors of #a353eb

#a353eb #eb53e7 #5753eb

Monochromatic Colors of #a353eb

#a353eb

Complementary Color

#a353eb #9beb53

#a353eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a353eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a353eb Color CSS Codes

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

#a353eb Text Font Color

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

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


#a353eb Background Color

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

This div background color is #a353eb


#a353eb Border Color

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

This div border color is #a353eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a353eb


Comments

No comments written yet.

Please login to write comment.