Color Hex Logo

#a889ba Color Hex

#A889BA
(168,137,186)
0 Favorites   0 Comments

Color spaces of #a889ba

RGB 168137186
HSL0.770.260.63
HSV278°26°73°
CMYK 0.100.260.00   0.27
XYZ33.957029.761350.4092
Yxy29.76130.29750.2608
Hunter Lab54.553915.6377-16.5977
CIE-Lab61.447720.9600-21.1895

#a889ba color RGB value is (168,137,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001001 10111010
Octal 250 211 272
Decimal 168 137 186
Hex A8 89 BA

RGB Percentages of Color #a889ba

%34.22
%27.90
%37.88

CMYK Percentages of Color #a889ba

%10
%26
%0
%27

Triadic Colors of #a889ba

#a889ba #baa889 #89baa8

Analogous Colors of #a889ba

#a889ba #ba89b4 #9089ba

Monochromatic Colors of #a889ba

#a889ba

Complementary Color

#a889ba #9bba89

#a889ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a889ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a889ba Color CSS Codes

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

#a889ba Text Font Color

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

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


#a889ba Background Color

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

This div background color is #a889ba


#a889ba Border Color

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

This div border color is #a889ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a889ba


Comments

No comments written yet.

Please login to write comment.