Color Hex Logo

#a983ba Color Hex

#A983BA
(169,131,186)
0 Favorites   0 Comments

Color spaces of #a983ba

RGB 169131186
HSL0.780.280.62
HSV281°30°73°
CMYK 0.090.300.00   0.27
XYZ33.341428.212850.1427
Yxy28.21280.29850.2526
Hunter Lab53.115719.0942-18.7904
CIE-Lab60.080524.6962-23.2736

#a983ba color RGB value is (169,131,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000011 10111010
Octal 251 203 272
Decimal 169 131 186
Hex A9 83 BA

RGB Percentages of Color #a983ba

%34.77
%26.95
%38.27

CMYK Percentages of Color #a983ba

%9
%30
%0
%27

Triadic Colors of #a983ba

#a983ba #baa983 #83baa9

Analogous Colors of #a983ba

#a983ba #ba83b0 #8e83ba

Monochromatic Colors of #a983ba

#a983ba

Complementary Color

#a983ba #94ba83

#a983ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a983ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a983ba Color CSS Codes

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

#a983ba Text Font Color

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

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


#a983ba Background Color

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

This div background color is #a983ba


#a983ba Border Color

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

This div border color is #a983ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a983ba


Comments

No comments written yet.

Please login to write comment.