Color Hex Logo

#a327bf Color Hex

#A327BF
(163,39,191)
0 Favorites   0 Comments

Color spaces of #a327bf

RGB 16339191
HSL0.800.660.45
HSV289°80°75°
CMYK 0.150.800.00   0.25
XYZ25.233712.999250.4693
Yxy12.99920.28450.1465
Hunter Lab36.054461.8331-57.7566
CIE-Lab42.762068.0697-53.4676

#a327bf color RGB value is (163,39,191).

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

The process color (four color CMYK) of #a327bf color hex is 0.15, 0.80, 0.00, 0.25. Web safe color of #a327bf is #9933cc. Color #a327bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00100111 10111111
Octal 243 47 277
Decimal 163 39 191
Hex A3 27 BF

RGB Percentages of Color #a327bf

%41.48
%9.92
%48.60

CMYK Percentages of Color #a327bf

%15
%80
%0
%25

Triadic Colors of #a327bf

#a327bf #bfa327 #27bfa3

Analogous Colors of #a327bf

#a327bf #bf278f #5727bf

Monochromatic Colors of #a327bf

#a327bf

Complementary Color

#a327bf #43bf27

#a327bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a327bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a327bf Color CSS Codes

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

#a327bf Text Font Color

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

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


#a327bf Background Color

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

This div background color is #a327bf


#a327bf Border Color

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

This div border color is #a327bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a327bf


Comments

No comments written yet.

Please login to write comment.