Color Hex Logo

#a608ba Color Hex

#A608BA
(166,8,186)
0 Favorites   0 Comments

Color spaces of #a608ba

RGB 1668186
HSL0.810.920.38
HSV293°96°73°
CMYK 0.110.960.00   0.27
XYZ24.675611.825847.4364
Yxy11.82580.29400.1409
Hunter Lab34.388767.9026-57.7137
CIE-Lab40.937973.5455-53.4480

#a608ba color RGB value is (166,8,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001000 10111010
Octal 246 10 272
Decimal 166 8 186
Hex A6 8 BA

RGB Percentages of Color #a608ba

%46.11
%2.22
%51.67

CMYK Percentages of Color #a608ba

%11
%96
%0
%27

Triadic Colors of #a608ba

#a608ba #baa608 #08baa6

Analogous Colors of #a608ba

#a608ba #ba0875 #4d08ba

Monochromatic Colors of #a608ba

#a608ba

Complementary Color

#a608ba #1cba08

#a608ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a608ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a608ba Color CSS Codes

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

#a608ba Text Font Color

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

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


#a608ba Background Color

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

This div background color is #a608ba


#a608ba Border Color

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

This div border color is #a608ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a608ba


Comments

No comments written yet.

Please login to write comment.