Color Hex Logo

#a328bd Color Hex

#A328BD
(163,40,189)
0 Favorites   0 Comments

Color spaces of #a328bd

RGB 16340189
HSL0.800.650.45
HSV290°79°74°
CMYK 0.140.790.00   0.26
XYZ25.048412.978249.3290
Yxy12.97820.28670.1486
Hunter Lab36.025361.0670-55.9674
CIE-Lab42.730467.4176-52.3476

#a328bd color RGB value is (163,40,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00101000 10111101
Octal 243 50 275
Decimal 163 40 189
Hex A3 28 BD

RGB Percentages of Color #a328bd

%41.58
%10.20
%48.21

CMYK Percentages of Color #a328bd

%14
%79
%0
%26

Triadic Colors of #a328bd

#a328bd #bda328 #28bda3

Analogous Colors of #a328bd

#a328bd #bd288d #5828bd

Monochromatic Colors of #a328bd

#a328bd

Complementary Color

#a328bd #42bd28

#a328bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a328bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a328bd Color CSS Codes

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

#a328bd Text Font Color

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

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


#a328bd Background Color

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

This div background color is #a328bd


#a328bd Border Color

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

This div border color is #a328bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a328bd


Comments

No comments written yet.

Please login to write comment.