Color Hex Logo

#a327e0 Color Hex

#A327E0
(163,39,224)
0 Favorites   0 Comments

Color spaces of #a327e0

RGB 16339224
HSL0.780.750.52
HSV280°83°88°
CMYK 0.270.830.00   0.12
XYZ29.284314.619471.7994
Yxy14.61940.25310.1264
Hunter Lab38.235369.8007-84.5718
CIE-Lab45.108474.3050-68.7212

#a327e0 color RGB value is (163,39,224).

#a327e0 hex color red value is 163, green value is 39 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #a327e0 hue: 0.78 , saturation: 0.75 and the lightness value of a327e0 is 0.52.

The process color (four color CMYK) of #a327e0 color hex is 0.27, 0.83, 0.00, 0.12. Web safe color of #a327e0 is #9933cc. Color #a327e0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00100111 11100000
Octal 243 47 340
Decimal 163 39 224
Hex A3 27 E0

RGB Percentages of Color #a327e0

%38.26
%9.15
%52.58

CMYK Percentages of Color #a327e0

%27
%83
%0
%12

Triadic Colors of #a327e0

#a327e0 #e0a327 #27e0a3

Analogous Colors of #a327e0

#a327e0 #e027c1 #4727e0

Monochromatic Colors of #a327e0

#a327e0

Complementary Color

#a327e0 #64e027

#a327e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a327e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a327e0 Color CSS Codes

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

#a327e0 Text Font Color

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

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


#a327e0 Background Color

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

This div background color is #a327e0


#a327e0 Border Color

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

This div border color is #a327e0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a327e0


Comments

No comments written yet.

Please login to write comment.