Color Hex Logo

#a672ba Color Hex

#A672BA
(166,114,186)
0 Favorites   0 Comments

Color spaces of #a672ba

RGB 166114186
HSL0.790.340.59
HSV283°39°73°
CMYK 0.110.390.00   0.27
XYZ30.606123.686849.4133
Yxy23.68680.29510.2284
Hunter Lab48.669127.0808-26.1283
CIE-Lab55.772833.3441-29.9481

#a672ba color RGB value is (166,114,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110010 10111010
Octal 246 162 272
Decimal 166 114 186
Hex A6 72 BA

RGB Percentages of Color #a672ba

%35.62
%24.46
%39.91

CMYK Percentages of Color #a672ba

%11
%39
%0
%27

Triadic Colors of #a672ba

#a672ba #baa672 #72baa6

Analogous Colors of #a672ba

#a672ba #ba72aa #8272ba

Monochromatic Colors of #a672ba

#a672ba

Complementary Color

#a672ba #86ba72

#a672ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a672ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a672ba Color CSS Codes

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

#a672ba Text Font Color

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

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


#a672ba Background Color

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

This div background color is #a672ba


#a672ba Border Color

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

This div border color is #a672ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a672ba


Comments

No comments written yet.

Please login to write comment.