Color Hex Logo

#a353ed Color Hex

#A353ED
(163,83,237)
0 Favorites   0 Comments

Color spaces of #a353ed

RGB 16383237
HSL0.750.810.63
HSV271°65°93°
CMYK 0.310.650.00   0.07
XYZ33.483620.087582.2333
Yxy20.08750.24660.1479
Hunter Lab44.819154.9210-77.4109
CIE-Lab51.936060.3024-65.0036

#a353ed color RGB value is (163,83,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010011 11101101
Octal 243 123 355
Decimal 163 83 237
Hex A3 53 ED

RGB Percentages of Color #a353ed

%33.75
%17.18
%49.07

CMYK Percentages of Color #a353ed

%31
%65
%0
%7

Triadic Colors of #a353ed

#a353ed #eda353 #53eda3

Analogous Colors of #a353ed

#a353ed #ed53ea #5653ed

Monochromatic Colors of #a353ed

#a353ed

Complementary Color

#a353ed #9ded53

#a353ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a353ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a353ed Color CSS Codes

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

#a353ed Text Font Color

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

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


#a353ed Background Color

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

This div background color is #a353ed


#a353ed Border Color

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

This div border color is #a353ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a353ed


Comments

No comments written yet.

Please login to write comment.