Color Hex Logo

#a409bb Color Hex

#A409BB
(164,9,187)
0 Favorites   0 Comments

Color spaces of #a409bb

RGB 1649187
HSL0.810.910.38
HSV292°95°73°
CMYK 0.120.950.00   0.27
XYZ24.377211.675747.9825
Yxy11.67570.29010.1389
Hunter Lab34.169767.5476-59.3386
CIE-Lab40.696073.2973-54.4447

#a409bb color RGB value is (164,9,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001001 10111011
Octal 244 11 273
Decimal 164 9 187
Hex A4 9 BB

RGB Percentages of Color #a409bb

%45.56
%2.50
%51.94

CMYK Percentages of Color #a409bb

%12
%95
%0
%27

Triadic Colors of #a409bb

#a409bb #bba409 #09bba4

Analogous Colors of #a409bb

#a409bb #bb0979 #4b09bb

Monochromatic Colors of #a409bb

#a409bb

Complementary Color

#a409bb #20bb09

#a409bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a409bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a409bb Color CSS Codes

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

#a409bb Text Font Color

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

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


#a409bb Background Color

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

This div background color is #a409bb


#a409bb Border Color

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

This div border color is #a409bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a409bb


Comments

No comments written yet.

Please login to write comment.