Color Hex Logo

#a885ba Color Hex

#A885BA
(168,133,186)
0 Favorites   0 Comments

Color spaces of #a885ba

RGB 168133186
HSL0.780.280.63
HSV280°28°73°
CMYK 0.100.280.00   0.27
XYZ33.398928.645150.2231
Yxy28.64510.29750.2552
Hunter Lab53.521117.7278-18.1717
CIE-Lab60.467123.2323-22.6895

#a885ba color RGB value is (168,133,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000101 10111010
Octal 250 205 272
Decimal 168 133 186
Hex A8 85 BA

RGB Percentages of Color #a885ba

%34.50
%27.31
%38.19

CMYK Percentages of Color #a885ba

%10
%28
%0
%27

Triadic Colors of #a885ba

#a885ba #baa885 #85baa8

Analogous Colors of #a885ba

#a885ba #ba85b2 #8e85ba

Monochromatic Colors of #a885ba

#a885ba

Complementary Color

#a885ba #97ba85

#a885ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a885ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a885ba Color CSS Codes

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

#a885ba Text Font Color

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

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


#a885ba Background Color

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

This div background color is #a885ba


#a885ba Border Color

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

This div border color is #a885ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a885ba


Comments

No comments written yet.

Please login to write comment.