Color Hex Logo

#a030bd Color Hex

#A030BD
(160,48,189)
0 Favorites   0 Comments

Color spaces of #a030bd

RGB 16048189
HSL0.800.590.46
HSV288°75°74°
CMYK 0.150.750.00   0.26
XYZ24.739513.261649.3999
Yxy13.26160.28310.1517
Hunter Lab36.416557.5350-54.9369
CIE-Lab43.154864.2650-51.6894

#a030bd color RGB value is (160,48,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110000 10111101
Octal 240 60 275
Decimal 160 48 189
Hex A0 30 BD

RGB Percentages of Color #a030bd

%40.30
%12.09
%47.61

CMYK Percentages of Color #a030bd

%15
%75
%0
%26

Triadic Colors of #a030bd

#a030bd #bda030 #30bda0

Analogous Colors of #a030bd

#a030bd #bd3094 #5930bd

Monochromatic Colors of #a030bd

#a030bd

Complementary Color

#a030bd #4dbd30

#a030bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a030bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a030bd Color CSS Codes

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

#a030bd Text Font Color

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

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


#a030bd Background Color

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

This div background color is #a030bd


#a030bd Border Color

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

This div border color is #a030bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a030bd


Comments

No comments written yet.

Please login to write comment.