Color Hex Logo

#a354ec Color Hex

#A354EC
(163,84,236)
0 Favorites   0 Comments

Color spaces of #a354ec

RGB 16384236
HSL0.750.800.63
HSV271°64°93°
CMYK 0.310.640.00   0.07
XYZ33.414920.183381.4915
Yxy20.18330.24740.1494
Hunter Lab44.925854.1444-76.0988
CIE-Lab52.043859.5960-64.2684

#a354ec color RGB value is (163,84,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010100 11101100
Octal 243 124 354
Decimal 163 84 236
Hex A3 54 EC

RGB Percentages of Color #a354ec

%33.75
%17.39
%48.86

CMYK Percentages of Color #a354ec

%31
%64
%0
%7

Triadic Colors of #a354ec

#a354ec #eca354 #54eca3

Analogous Colors of #a354ec

#a354ec #ec54e9 #5754ec

Monochromatic Colors of #a354ec

#a354ec

Complementary Color

#a354ec #9dec54

#a354ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a354ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a354ec Color CSS Codes

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

#a354ec Text Font Color

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

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


#a354ec Background Color

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

This div background color is #a354ec


#a354ec Border Color

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

This div border color is #a354ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,84,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 #a354ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a354ec


Comments

No comments written yet.

Please login to write comment.