Color Hex Logo

#a670ba Color Hex

#A670BA
(166,112,186)
0 Favorites   0 Comments

Color spaces of #a670ba

RGB 166112186
HSL0.790.350.58
HSV284°40°73°
CMYK 0.110.400.00   0.27
XYZ30.383023.240549.3389
Yxy23.24050.29510.2257
Hunter Lab48.208428.1336-26.9345
CIE-Lab55.319234.4647-30.6530

#a670ba color RGB value is (166,112,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110000 10111010
Octal 246 160 272
Decimal 166 112 186
Hex A6 70 BA

RGB Percentages of Color #a670ba

%35.78
%24.14
%40.09

CMYK Percentages of Color #a670ba

%11
%40
%0
%27

Triadic Colors of #a670ba

#a670ba #baa670 #70baa6

Analogous Colors of #a670ba

#a670ba #ba70a9 #8170ba

Monochromatic Colors of #a670ba

#a670ba

Complementary Color

#a670ba #84ba70

#a670ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a670ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a670ba Color CSS Codes

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

#a670ba Text Font Color

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

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


#a670ba Background Color

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

This div background color is #a670ba


#a670ba Border Color

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

This div border color is #a670ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a670ba


Comments

No comments written yet.

Please login to write comment.