Color Hex Logo

#a047bb Color Hex

#A047BB
(160,71,187)
0 Favorites   0 Comments

Color spaces of #a047bb

RGB 16071187
HSL0.790.460.51
HSV286°62°73°
CMYK 0.140.620.00   0.27
XYZ25.720115.567948.6630
Yxy15.56790.28590.1731
Hunter Lab39.456247.3096-45.5056
CIE-Lab46.402454.4301-45.3221

#a047bb color RGB value is (160,71,187).

#a047bb hex color red value is 160, green value is 71 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a047bb hue: 0.79 , saturation: 0.46 and the lightness value of a047bb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000111 10111011
Octal 240 107 273
Decimal 160 71 187
Hex A0 47 BB

RGB Percentages of Color #a047bb

%38.28
%16.99
%44.74

CMYK Percentages of Color #a047bb

%14
%62
%0
%27

Triadic Colors of #a047bb

#a047bb #bba047 #47bba0

Analogous Colors of #a047bb

#a047bb #bb479c #6647bb

Monochromatic Colors of #a047bb

#a047bb

Complementary Color

#a047bb #62bb47

#a047bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a047bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a047bb Color CSS Codes

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

#a047bb Text Font Color

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

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


#a047bb Background Color

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

This div background color is #a047bb


#a047bb Border Color

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

This div border color is #a047bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,71,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a047bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a047bb


Comments

No comments written yet.

Please login to write comment.