Color Hex Logo

#a147b5 Color Hex

#A147B5
(161,71,181)
0 Favorites   0 Comments

Color spaces of #a147b5

RGB 16171181
HSL0.800.440.49
HSV289°61°71°
CMYK 0.110.610.00   0.29
XYZ25.291715.419745.3594
Yxy15.41970.29380.1792
Hunter Lab39.267946.2495-40.9999
CIE-Lab46.203853.4807-42.1229

#a147b5 color RGB value is (161,71,181).

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

The process color (four color CMYK) of #a147b5 color hex is 0.11, 0.61, 0.00, 0.29. Web safe color of #a147b5 is #9933cc. Color #a147b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000111 10110101
Octal 241 107 265
Decimal 161 71 181
Hex A1 47 B5

RGB Percentages of Color #a147b5

%38.98
%17.19
%43.83

CMYK Percentages of Color #a147b5

%11
%61
%0
%29

Triadic Colors of #a147b5

#a147b5 #b5a147 #47b5a1

Analogous Colors of #a147b5

#a147b5 #b54792 #6a47b5

Monochromatic Colors of #a147b5

#a147b5

Complementary Color

#a147b5 #5bb547

#a147b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a147b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a147b5 Color CSS Codes

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

#a147b5 Text Font Color

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

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


#a147b5 Background Color

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

This div background color is #a147b5


#a147b5 Border Color

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

This div border color is #a147b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a147b5


Comments

No comments written yet.

Please login to write comment.