Color Hex Logo

#a389ba Color Hex

#A389BA
(163,137,186)
0 Favorites   0 Comments

Color spaces of #a389ba

RGB 163137186
HSL0.760.260.63
HSV272°26°73°
CMYK 0.120.260.00   0.27
XYZ32.912829.223050.3603
Yxy29.22300.29260.2598
Hunter Lab54.058314.0757-17.3933
CIE-Lab60.977919.3104-21.9494

#a389ba color RGB value is (163,137,186).

#a389ba hex color red value is 163, green value is 137 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a389ba hue: 0.76 , saturation: 0.26 and the lightness value of a389ba is 0.63.

The process color (four color CMYK) of #a389ba color hex is 0.12, 0.26, 0.00, 0.27. Web safe color of #a389ba is #9999cc. Color #a389ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001001 10111010
Octal 243 211 272
Decimal 163 137 186
Hex A3 89 BA

RGB Percentages of Color #a389ba

%33.54
%28.19
%38.27

CMYK Percentages of Color #a389ba

%12
%26
%0
%27

Triadic Colors of #a389ba

#a389ba #baa389 #89baa3

Analogous Colors of #a389ba

#a389ba #ba89b9 #8b89ba

Monochromatic Colors of #a389ba

#a389ba

Complementary Color

#a389ba #a0ba89

#a389ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a389ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a389ba Color CSS Codes

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

#a389ba Text Font Color

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

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


#a389ba Background Color

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

This div background color is #a389ba


#a389ba Border Color

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

This div border color is #a389ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a389ba


Comments

No comments written yet.

Please login to write comment.