Color Hex Logo

#a408ba Color Hex

#A408BA
(164,8,186)
0 Favorites   0 Comments

Color spaces of #a408ba

RGB 1648186
HSL0.810.920.38
HSV293°96°73°
CMYK 0.120.960.00   0.27
XYZ24.259611.611347.4170
Yxy11.61130.29130.1394
Hunter Lab34.075467.4494-58.6513
CIE-Lab40.591673.2358-54.0244

#a408ba color RGB value is (164,8,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001000 10111010
Octal 244 10 272
Decimal 164 8 186
Hex A4 8 BA

RGB Percentages of Color #a408ba

%45.81
%2.23
%51.96

CMYK Percentages of Color #a408ba

%12
%96
%0
%27

Triadic Colors of #a408ba

#a408ba #baa408 #08baa4

Analogous Colors of #a408ba

#a408ba #ba0877 #4b08ba

Monochromatic Colors of #a408ba

#a408ba

Complementary Color

#a408ba #1eba08

#a408ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a408ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a408ba Color CSS Codes

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

#a408ba Text Font Color

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

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


#a408ba Background Color

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

This div background color is #a408ba


#a408ba Border Color

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

This div border color is #a408ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a408ba


Comments

No comments written yet.

Please login to write comment.