Color Hex Logo

#a403bd Color Hex

#A403BD
(164,3,189)
0 Favorites   0 Comments

Color spaces of #a403bd

RGB 1643189
HSL0.810.970.38
HSV292°98°74°
CMYK 0.130.980.00   0.26
XYZ24.527711.631849.0965
Yxy11.63180.28770.1364
Hunter Lab34.105468.6879-61.4772
CIE-Lab40.624874.2564-55.7362

#a403bd color RGB value is (164,3,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000011 10111101
Octal 244 3 275
Decimal 164 3 189
Hex A4 3 BD

RGB Percentages of Color #a403bd

%46.07
%0.84
%53.09

CMYK Percentages of Color #a403bd

%13
%98
%0
%26

Triadic Colors of #a403bd

#a403bd #bda403 #03bda4

Analogous Colors of #a403bd

#a403bd #bd0379 #4703bd

Monochromatic Colors of #a403bd

#a403bd

Complementary Color

#a403bd #1cbd03

#a403bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a403bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a403bd Color CSS Codes

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

#a403bd Text Font Color

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

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


#a403bd Background Color

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

This div background color is #a403bd


#a403bd Border Color

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

This div border color is #a403bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a403bd


Comments

No comments written yet.

Please login to write comment.