Color Hex Logo

#a683ba Color Hex

#A683BA
(166,131,186)
0 Favorites   0 Comments

Color spaces of #a683ba

RGB 166131186
HSL0.770.280.62
HSV278°30°73°
CMYK 0.110.300.00   0.27
XYZ32.705127.884850.1129
Yxy27.88480.29540.2519
Hunter Lab52.806118.1422-19.3019
CIE-Lab59.784523.7143-23.7533

#a683ba color RGB value is (166,131,186).

#a683ba hex color red value is 166, green value is 131 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a683ba hue: 0.77 , saturation: 0.28 and the lightness value of a683ba is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000011 10111010
Octal 246 203 272
Decimal 166 131 186
Hex A6 83 BA

RGB Percentages of Color #a683ba

%34.37
%27.12
%38.51

CMYK Percentages of Color #a683ba

%11
%30
%0
%27

Triadic Colors of #a683ba

#a683ba #baa683 #83baa6

Analogous Colors of #a683ba

#a683ba #ba83b3 #8b83ba

Monochromatic Colors of #a683ba

#a683ba

Complementary Color

#a683ba #97ba83

#a683ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a683ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a683ba Color CSS Codes

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

#a683ba Text Font Color

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

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


#a683ba Background Color

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

This div background color is #a683ba


#a683ba Border Color

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

This div border color is #a683ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a683ba


Comments

No comments written yet.

Please login to write comment.