Color Hex Logo

#a673ba Color Hex

#A673BA
(166,115,186)
0 Favorites   0 Comments

Color spaces of #a673ba

RGB 166115186
HSL0.790.340.59
HSV283°38°73°
CMYK 0.110.380.00   0.27
XYZ30.719523.913649.4511
Yxy23.91360.29510.2298
Hunter Lab48.901526.5544-25.7252
CIE-Lab56.001232.7826-29.5936

#a673ba color RGB value is (166,115,186).

#a673ba hex color red value is 166, green value is 115 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a673ba hue: 0.79 , saturation: 0.34 and the lightness value of a673ba is 0.59.

The process color (four color CMYK) of #a673ba color hex is 0.11, 0.38, 0.00, 0.27. Web safe color of #a673ba is #9966cc. Color #a673ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110011 10111010
Octal 246 163 272
Decimal 166 115 186
Hex A6 73 BA

RGB Percentages of Color #a673ba

%35.55
%24.63
%39.83

CMYK Percentages of Color #a673ba

%11
%38
%0
%27

Triadic Colors of #a673ba

#a673ba #baa673 #73baa6

Analogous Colors of #a673ba

#a673ba #ba73ab #8373ba

Monochromatic Colors of #a673ba

#a673ba

Complementary Color

#a673ba #87ba73

#a673ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a673ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a673ba Color CSS Codes

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

#a673ba Text Font Color

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

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


#a673ba Background Color

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

This div background color is #a673ba


#a673ba Border Color

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

This div border color is #a673ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a673ba


Comments

No comments written yet.

Please login to write comment.