Color Hex Logo

#a327be Color Hex

#A327BE
(163,39,190)
0 Favorites   0 Comments

Color spaces of #a327be

RGB 16339190
HSL0.800.660.45
HSV289°79°75°
CMYK 0.140.790.00   0.25
XYZ25.124012.955349.8916
Yxy12.95530.28560.1473
Hunter Lab35.993561.6072-56.9882
CIE-Lab42.695867.8888-52.9890

#a327be color RGB value is (163,39,190).

#a327be hex color red value is 163, green value is 39 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a327be hue: 0.80 , saturation: 0.66 and the lightness value of a327be is 0.45.

The process color (four color CMYK) of #a327be color hex is 0.14, 0.79, 0.00, 0.25. Web safe color of #a327be is #9933cc. Color #a327be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00100111 10111110
Octal 243 47 276
Decimal 163 39 190
Hex A3 27 BE

RGB Percentages of Color #a327be

%41.58
%9.95
%48.47

CMYK Percentages of Color #a327be

%14
%79
%0
%25

Triadic Colors of #a327be

#a327be #bea327 #27bea3

Analogous Colors of #a327be

#a327be #be278e #5727be

Monochromatic Colors of #a327be

#a327be

Complementary Color

#a327be #42be27

#a327be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a327be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a327be Color CSS Codes

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

#a327be Text Font Color

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

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


#a327be Background Color

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

This div background color is #a327be


#a327be Border Color

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

This div border color is #a327be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a327be


Comments

No comments written yet.

Please login to write comment.