Color Hex Logo

#a147bb Color Hex

#A147BB
(161,71,187)
0 Favorites   0 Comments

Color spaces of #a147bb

RGB 16171187
HSL0.800.460.51
HSV287°62°73°
CMYK 0.140.620.00   0.27
XYZ25.920815.671448.6724
Yxy15.67140.28720.1736
Hunter Lab39.587147.6005-45.1861
CIE-Lab46.540454.6744-45.0941

#a147bb color RGB value is (161,71,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000111 10111011
Octal 241 107 273
Decimal 161 71 187
Hex A1 47 BB

RGB Percentages of Color #a147bb

%38.42
%16.95
%44.63

CMYK Percentages of Color #a147bb

%14
%62
%0
%27

Triadic Colors of #a147bb

#a147bb #bba147 #47bba1

Analogous Colors of #a147bb

#a147bb #bb479b #6747bb

Monochromatic Colors of #a147bb

#a147bb

Complementary Color

#a147bb #61bb47

#a147bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a147bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a147bb Color CSS Codes

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

#a147bb Text Font Color

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

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


#a147bb Background Color

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

This div background color is #a147bb


#a147bb Border Color

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

This div border color is #a147bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a147bb


Comments

No comments written yet.

Please login to write comment.