Color Hex Logo

#a150bd Color Hex

#A150BD
(161,80,189)
0 Favorites   0 Comments

Color spaces of #a150bd

RGB 16180189
HSL0.790.450.53
HSV285°58°74°
CMYK 0.150.580.00   0.26
XYZ26.751916.988550.0132
Yxy16.98850.28530.1812
Hunter Lab41.217143.7252-43.0910
CIE-Lab48.245550.7536-43.5457

#a150bd color RGB value is (161,80,189).

#a150bd hex color red value is 161, green value is 80 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a150bd hue: 0.79 , saturation: 0.45 and the lightness value of a150bd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010000 10111101
Octal 241 120 275
Decimal 161 80 189
Hex A1 50 BD

RGB Percentages of Color #a150bd

%37.44
%18.60
%43.95

CMYK Percentages of Color #a150bd

%15
%58
%0
%26

Triadic Colors of #a150bd

#a150bd #bda150 #50bda1

Analogous Colors of #a150bd

#a150bd #bd50a3 #6b50bd

Monochromatic Colors of #a150bd

#a150bd

Complementary Color

#a150bd #6cbd50

#a150bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a150bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a150bd Color CSS Codes

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

#a150bd Text Font Color

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

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


#a150bd Background Color

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

This div background color is #a150bd


#a150bd Border Color

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

This div border color is #a150bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a150bd


Comments

No comments written yet.

Please login to write comment.