Color Hex Logo

#a004bd Color Hex

#A004BD
(160,4,189)
0 Favorites   0 Comments

Color spaces of #a004bd

RGB 1604189
HSL0.810.960.38
HSV291°98°74°
CMYK 0.150.980.00   0.26
XYZ23.725911.234549.0621
Yxy11.23450.28240.1337
Hunter Lab33.517967.6962-63.3237
CIE-Lab39.972773.5603-56.8248

#a004bd color RGB value is (160,4,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000100 10111101
Octal 240 4 275
Decimal 160 4 189
Hex A0 4 BD

RGB Percentages of Color #a004bd

%45.33
%1.13
%53.54

CMYK Percentages of Color #a004bd

%15
%98
%0
%26

Triadic Colors of #a004bd

#a004bd #bda004 #04bda0

Analogous Colors of #a004bd

#a004bd #bd047e #4404bd

Monochromatic Colors of #a004bd

#a004bd

Complementary Color

#a004bd #21bd04

#a004bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a004bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a004bd Color CSS Codes

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

#a004bd Text Font Color

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

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


#a004bd Background Color

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

This div background color is #a004bd


#a004bd Border Color

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

This div border color is #a004bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a004bd


Comments

No comments written yet.

Please login to write comment.