Color Hex Logo

#a014bd Color Hex

#A014BD
(160,20,189)
0 Favorites   0 Comments

Color spaces of #a014bd

RGB 16020189
HSL0.800.810.41
HSV290°89°74°
CMYK 0.150.890.00   0.26
XYZ23.932711.648049.1310
Yxy11.64800.28250.1375
Hunter Lab34.129265.4451-61.4611
CIE-Lab40.651171.5480-55.7268

#a014bd color RGB value is (160,20,189).

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

The process color (four color CMYK) of #a014bd color hex is 0.15, 0.89, 0.00, 0.26. Web safe color of #a014bd is #9900cc. Color #a014bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010100 10111101
Octal 240 24 275
Decimal 160 20 189
Hex A0 14 BD

RGB Percentages of Color #a014bd

%43.36
%5.42
%51.22

CMYK Percentages of Color #a014bd

%15
%89
%0
%26

Triadic Colors of #a014bd

#a014bd #bda014 #14bda0

Analogous Colors of #a014bd

#a014bd #bd1486 #4c14bd

Monochromatic Colors of #a014bd

#a014bd

Complementary Color

#a014bd #31bd14

#a014bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a014bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a014bd Color CSS Codes

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

#a014bd Text Font Color

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

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


#a014bd Background Color

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

This div background color is #a014bd


#a014bd Border Color

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

This div border color is #a014bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a014bd


Comments

No comments written yet.

Please login to write comment.