Color Hex Logo

#a353ec Color Hex

#A353EC
(163,83,236)
0 Favorites   0 Comments

Color spaces of #a353ec

RGB 16383236
HSL0.750.800.63
HSV271°65°93°
CMYK 0.310.650.00   0.07
XYZ33.337820.029281.4658
Yxy20.02920.24730.1485
Hunter Lab44.754054.6474-76.5979
CIE-Lab51.870260.0727-64.5486

#a353ec color RGB value is (163,83,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010011 11101100
Octal 243 123 354
Decimal 163 83 236
Hex A3 53 EC

RGB Percentages of Color #a353ec

%33.82
%17.22
%48.96

CMYK Percentages of Color #a353ec

%31
%65
%0
%7

Triadic Colors of #a353ec

#a353ec #eca353 #53eca3

Analogous Colors of #a353ec

#a353ec #ec53e9 #5753ec

Monochromatic Colors of #a353ec

#a353ec

Complementary Color

#a353ec #9cec53

#a353ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a353ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a353ec Color CSS Codes

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

#a353ec Text Font Color

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

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


#a353ec Background Color

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

This div background color is #a353ec


#a353ec Border Color

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

This div border color is #a353ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a353ec


Comments

No comments written yet.

Please login to write comment.