Color Hex Logo

#a354ef Color Hex

#A354EF
(163,84,239)
0 Favorites   0 Comments

Color spaces of #a354ef

RGB 16384239
HSL0.750.830.63
HSV271°65°94°
CMYK 0.320.650.00   0.06
XYZ33.854620.359283.8067
Yxy20.35920.24530.1475
Hunter Lab45.121254.9672-78.5386
CIE-Lab52.240960.2875-65.6322

#a354ef color RGB value is (163,84,239).

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

The process color (four color CMYK) of #a354ef color hex is 0.32, 0.65, 0.00, 0.06. Web safe color of #a354ef is #9966ff. Color #a354ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010100 11101111
Octal 243 124 357
Decimal 163 84 239
Hex A3 54 EF

RGB Percentages of Color #a354ef

%33.54
%17.28
%49.18

CMYK Percentages of Color #a354ef

%32
%65
%0
%6

Triadic Colors of #a354ef

#a354ef #efa354 #54efa3

Analogous Colors of #a354ef

#a354ef #ef54ee #5654ef

Monochromatic Colors of #a354ef

#a354ef

Complementary Color

#a354ef #a0ef54

#a354ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a354ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a354ef Color CSS Codes

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

#a354ef Text Font Color

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

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


#a354ef Background Color

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

This div background color is #a354ef


#a354ef Border Color

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

This div border color is #a354ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a354ef


Comments

No comments written yet.

Please login to write comment.