Color Hex Logo

#a047ba Color Hex

#A047BA
(160,71,186)
0 Favorites   0 Comments

Color spaces of #a047ba

RGB 16071186
HSL0.800.450.50
HSV286°62°73°
CMYK 0.140.620.00   0.27
XYZ25.613415.525248.1011
Yxy15.52520.28700.1740
Hunter Lab39.402047.0809-44.7985
CIE-Lab46.345354.2284-44.8298

#a047ba color RGB value is (160,71,186).

#a047ba hex color red value is 160, green value is 71 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a047ba hue: 0.80 , saturation: 0.45 and the lightness value of a047ba is 0.50.

The process color (four color CMYK) of #a047ba color hex is 0.14, 0.62, 0.00, 0.27. Web safe color of #a047ba is #9933cc. Color #a047ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000111 10111010
Octal 240 107 272
Decimal 160 71 186
Hex A0 47 BA

RGB Percentages of Color #a047ba

%38.37
%17.03
%44.60

CMYK Percentages of Color #a047ba

%14
%62
%0
%27

Triadic Colors of #a047ba

#a047ba #baa047 #47baa0

Analogous Colors of #a047ba

#a047ba #ba479b #6747ba

Monochromatic Colors of #a047ba

#a047ba

Complementary Color

#a047ba #61ba47

#a047ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a047ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a047ba Color CSS Codes

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

#a047ba Text Font Color

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

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


#a047ba Background Color

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

This div background color is #a047ba


#a047ba Border Color

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

This div border color is #a047ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a047ba


Comments

No comments written yet.

Please login to write comment.