Color Hex Logo

#a032bd Color Hex

#A032BD
(160,50,189)
0 Favorites   0 Comments

Color spaces of #a032bd

RGB 16050189
HSL0.800.580.47
HSV287°74°74°
CMYK 0.150.740.00   0.26
XYZ24.823113.428949.4278
Yxy13.42890.28310.1532
Hunter Lab36.645556.7837-54.3192
CIE-Lab43.402563.5565-51.2913

#a032bd color RGB value is (160,50,189).

#a032bd hex color red value is 160, green value is 50 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a032bd hue: 0.80 , saturation: 0.58 and the lightness value of a032bd is 0.47.

The process color (four color CMYK) of #a032bd color hex is 0.15, 0.74, 0.00, 0.26. Web safe color of #a032bd is #9933cc. Color #a032bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110010 10111101
Octal 240 62 275
Decimal 160 50 189
Hex A0 32 BD

RGB Percentages of Color #a032bd

%40.10
%12.53
%47.37

CMYK Percentages of Color #a032bd

%15
%74
%0
%26

Triadic Colors of #a032bd

#a032bd #bda032 #32bda0

Analogous Colors of #a032bd

#a032bd #bd3295 #5a32bd

Monochromatic Colors of #a032bd

#a032bd

Complementary Color

#a032bd #4fbd32

#a032bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a032bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a032bd Color CSS Codes

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

#a032bd Text Font Color

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

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


#a032bd Background Color

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

This div background color is #a032bd


#a032bd Border Color

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

This div border color is #a032bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,50,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 #a032bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a032bd


Comments

No comments written yet.

Please login to write comment.