Color Hex Logo

#a137bd Color Hex

#A137BD
(161,55,189)
0 Favorites   0 Comments

Color spaces of #a137bd

RGB 16155189
HSL0.800.550.48
HSV287°71°74°
CMYK 0.150.710.00   0.26
XYZ25.249413.983649.5124
Yxy13.98360.28450.1576
Hunter Lab37.394755.0851-52.3267
CIE-Lab44.209461.8977-49.9877

#a137bd color RGB value is (161,55,189).

#a137bd hex color red value is 161, green value is 55 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a137bd hue: 0.80 , saturation: 0.55 and the lightness value of a137bd is 0.48.

The process color (four color CMYK) of #a137bd color hex is 0.15, 0.71, 0.00, 0.26. Web safe color of #a137bd is #9933cc. Color #a137bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110111 10111101
Octal 241 67 275
Decimal 161 55 189
Hex A1 37 BD

RGB Percentages of Color #a137bd

%39.75
%13.58
%46.67

CMYK Percentages of Color #a137bd

%15
%71
%0
%26

Triadic Colors of #a137bd

#a137bd #bda137 #37bda1

Analogous Colors of #a137bd

#a137bd #bd3796 #5e37bd

Monochromatic Colors of #a137bd

#a137bd

Complementary Color

#a137bd #53bd37

#a137bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a137bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a137bd Color CSS Codes

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

#a137bd Text Font Color

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

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


#a137bd Background Color

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

This div background color is #a137bd


#a137bd Border Color

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

This div border color is #a137bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a137bd


Comments

No comments written yet.

Please login to write comment.