Color Hex Logo

#a690ba Color Hex

#A690BA
(166,144,186)
0 Favorites   0 Comments

Color spaces of #a690ba

RGB 166144186
HSL0.750.230.65
HSV271°23°73°
CMYK 0.110.230.00   0.27
XYZ34.562131.598750.7319
Yxy31.59870.29570.2703
Hunter Lab56.212711.3775-14.1602
CIE-Lab63.009816.3218-18.8257

#a690ba color RGB value is (166,144,186).

#a690ba hex color red value is 166, green value is 144 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a690ba hue: 0.75 , saturation: 0.23 and the lightness value of a690ba is 0.65.

The process color (four color CMYK) of #a690ba color hex is 0.11, 0.23, 0.00, 0.27. Web safe color of #a690ba is #9999cc. Color #a690ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010000 10111010
Octal 246 220 272
Decimal 166 144 186
Hex A6 90 BA

RGB Percentages of Color #a690ba

%33.47
%29.03
%37.50

CMYK Percentages of Color #a690ba

%11
%23
%0
%27

Triadic Colors of #a690ba

#a690ba #baa690 #90baa6

Analogous Colors of #a690ba

#a690ba #ba90b9 #9190ba

Monochromatic Colors of #a690ba

#a690ba

Complementary Color

#a690ba #a4ba90

#a690ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a690ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a690ba Color CSS Codes

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

#a690ba Text Font Color

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

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


#a690ba Background Color

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

This div background color is #a690ba


#a690ba Border Color

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

This div border color is #a690ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a690ba


Comments

No comments written yet.

Please login to write comment.