Color Hex Logo

#a604ba Color Hex

#A604BA
(166,4,186)
0 Favorites   0 Comments

Color spaces of #a604ba

RGB 1664186
HSL0.820.960.37
HSV293°98°73°
CMYK 0.110.980.00   0.27
XYZ24.632211.739047.4220
Yxy11.73900.29400.1401
Hunter Lab34.262268.3704-58.0791
CIE-Lab40.798373.9603-53.6734

#a604ba color RGB value is (166,4,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000100 10111010
Octal 246 4 272
Decimal 166 4 186
Hex A6 4 BA

RGB Percentages of Color #a604ba

%46.63
%1.12
%52.25

CMYK Percentages of Color #a604ba

%11
%98
%0
%27

Triadic Colors of #a604ba

#a604ba #baa604 #04baa6

Analogous Colors of #a604ba

#a604ba #ba0473 #4b04ba

Monochromatic Colors of #a604ba

#a604ba

Complementary Color

#a604ba #18ba04

#a604ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a604ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a604ba Color CSS Codes

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

#a604ba Text Font Color

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

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


#a604ba Background Color

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

This div background color is #a604ba


#a604ba Border Color

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

This div border color is #a604ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a604ba


Comments

No comments written yet.

Please login to write comment.