Color Hex Logo

#a172bd Color Hex

#A172BD
(161,114,189)
0 Favorites   0 Comments

Color spaces of #a172bd

RGB 161114189
HSL0.770.360.59
HSV278°40°74°
CMYK 0.150.400.00   0.26
XYZ29.900623.285851.0628
Yxy23.28580.28680.2234
Hunter Lab48.255426.1576-28.9607
CIE-Lab55.365532.4461-32.3419

#a172bd color RGB value is (161,114,189).

#a172bd hex color red value is 161, green value is 114 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a172bd hue: 0.77 , saturation: 0.36 and the lightness value of a172bd is 0.59.

The process color (four color CMYK) of #a172bd color hex is 0.15, 0.40, 0.00, 0.26. Web safe color of #a172bd is #9966cc. Color #a172bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110010 10111101
Octal 241 162 275
Decimal 161 114 189
Hex A1 72 BD

RGB Percentages of Color #a172bd

%34.70
%24.57
%40.73

CMYK Percentages of Color #a172bd

%15
%40
%0
%26

Triadic Colors of #a172bd

#a172bd #bda172 #72bda1

Analogous Colors of #a172bd

#a172bd #bd72b4 #7c72bd

Monochromatic Colors of #a172bd

#a172bd

Complementary Color

#a172bd #8ebd72

#a172bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a172bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a172bd Color CSS Codes

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

#a172bd Text Font Color

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

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


#a172bd Background Color

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

This div background color is #a172bd


#a172bd Border Color

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

This div border color is #a172bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a172bd


Comments

No comments written yet.

Please login to write comment.