Color Hex Logo

#a894ba Color Hex

#A894BA
(168,148,186)
0 Favorites   0 Comments

Color spaces of #a894ba

RGB 168148186
HSL0.750.220.65
HSV272°20°73°
CMYK 0.100.200.00   0.27
XYZ35.601333.049850.9572
Yxy33.04980.29760.2763
Hunter Lab57.48909.9344-12.3113
CIE-Lab64.201214.7281-17.0007

#a894ba color RGB value is (168,148,186).

#a894ba hex color red value is 168, green value is 148 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a894ba hue: 0.75 , saturation: 0.22 and the lightness value of a894ba is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010100 10111010
Octal 250 224 272
Decimal 168 148 186
Hex A8 94 BA

RGB Percentages of Color #a894ba

%33.47
%29.48
%37.05

CMYK Percentages of Color #a894ba

%10
%20
%0
%27

Triadic Colors of #a894ba

#a894ba #baa894 #94baa8

Analogous Colors of #a894ba

#a894ba #ba94b9 #9594ba

Monochromatic Colors of #a894ba

#a894ba

Complementary Color

#a894ba #a6ba94

#a894ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a894ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a894ba Color CSS Codes

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

#a894ba Text Font Color

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

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


#a894ba Background Color

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

This div background color is #a894ba


#a894ba Border Color

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

This div border color is #a894ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a894ba


Comments

No comments written yet.

Please login to write comment.