Color Hex Logo

#a893ba Color Hex

#A893BA
(168,147,186)
0 Favorites   0 Comments

Color spaces of #a893ba

RGB 168147186
HSL0.760.220.65
HSV272°21°73°
CMYK 0.100.210.00   0.27
XYZ35.445132.737450.9052
Yxy32.73740.29760.2749
Hunter Lab57.216610.4499-12.6983
CIE-Lab63.947715.2929-17.3850

#a893ba color RGB value is (168,147,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010011 10111010
Octal 250 223 272
Decimal 168 147 186
Hex A8 93 BA

RGB Percentages of Color #a893ba

%33.53
%29.34
%37.13

CMYK Percentages of Color #a893ba

%10
%21
%0
%27

Triadic Colors of #a893ba

#a893ba #baa893 #93baa8

Analogous Colors of #a893ba

#a893ba #ba93b9 #9593ba

Monochromatic Colors of #a893ba

#a893ba

Complementary Color

#a893ba #a5ba93

#a893ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a893ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a893ba Color CSS Codes

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

#a893ba Text Font Color

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

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


#a893ba Background Color

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

This div background color is #a893ba


#a893ba Border Color

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

This div border color is #a893ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a893ba


Comments

No comments written yet.

Please login to write comment.