Color Hex Logo

#a409ec Color Hex

#A409EC
(164,9,236)
0 Favorites   0 Comments

Color spaces of #a409ec

RGB 1649236
HSL0.780.930.48
HSV281°96°93°
CMYK 0.310.960.00   0.07
XYZ30.547914.144080.4769
Yxy14.14400.24410.1130
Hunter Lab37.608579.1736-100.5463
CIE-Lab44.438781.9806-76.6238

#a409ec color RGB value is (164,9,236).

#a409ec hex color red value is 164, green value is 9 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a409ec hue: 0.78 , saturation: 0.93 and the lightness value of a409ec is 0.48.

The process color (four color CMYK) of #a409ec color hex is 0.31, 0.96, 0.00, 0.07. Web safe color of #a409ec is #9900ff. Color #a409ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001001 11101100
Octal 244 11 354
Decimal 164 9 236
Hex A4 9 EC

RGB Percentages of Color #a409ec

%40.10
%2.20
%57.70

CMYK Percentages of Color #a409ec

%31
%96
%0
%7

Triadic Colors of #a409ec

#a409ec #eca409 #09eca4

Analogous Colors of #a409ec

#a409ec #ec09c3 #3309ec

Monochromatic Colors of #a409ec

#a409ec

Complementary Color

#a409ec #51ec09

#a409ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a409ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a409ec Color CSS Codes

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

#a409ec Text Font Color

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

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


#a409ec Background Color

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

This div background color is #a409ec


#a409ec Border Color

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

This div border color is #a409ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a409ec


Comments

No comments written yet.

Please login to write comment.