Color Hex Logo

#a404bb Color Hex

#A404BB
(164,4,187)
0 Favorites   0 Comments

Color spaces of #a404bb

RGB 1644187
HSL0.810.960.37
HSV292°98°73°
CMYK 0.120.980.00   0.27
XYZ24.322911.567247.9644
Yxy11.56720.29010.1379
Hunter Lab34.010668.1370-59.8080
CIE-Lab40.519873.8206-54.7293

#a404bb color RGB value is (164,4,187).

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

The process color (four color CMYK) of #a404bb color hex is 0.12, 0.98, 0.00, 0.27. Web safe color of #a404bb is #9900cc. Color #a404bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000100 10111011
Octal 244 4 273
Decimal 164 4 187
Hex A4 4 BB

RGB Percentages of Color #a404bb

%46.20
%1.13
%52.68

CMYK Percentages of Color #a404bb

%12
%98
%0
%27

Triadic Colors of #a404bb

#a404bb #bba404 #04bba4

Analogous Colors of #a404bb

#a404bb #bb0477 #4804bb

Monochromatic Colors of #a404bb

#a404bb

Complementary Color

#a404bb #1bbb04

#a404bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a404bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a404bb Color CSS Codes

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

#a404bb Text Font Color

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

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


#a404bb Background Color

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

This div background color is #a404bb


#a404bb Border Color

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

This div border color is #a404bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,4,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a404bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a404bb


Comments

No comments written yet.

Please login to write comment.