Color Hex Logo

#a120bb Color Hex

#A120BB
(161,32,187)
0 Favorites   0 Comments

Color spaces of #a120bb

RGB 16132187
HSL0.810.710.43
HSV290°83°73°
CMYK 0.140.830.00   0.27
XYZ24.184112.197948.0935
Yxy12.19790.28630.1444
Hunter Lab34.925562.4824-57.1963
CIE-Lab41.528968.8660-53.1258

#a120bb color RGB value is (161,32,187).

#a120bb hex color red value is 161, green value is 32 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a120bb hue: 0.81 , saturation: 0.71 and the lightness value of a120bb is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00100000 10111011
Octal 241 40 273
Decimal 161 32 187
Hex A1 20 BB

RGB Percentages of Color #a120bb

%42.37
%8.42
%49.21

CMYK Percentages of Color #a120bb

%14
%83
%0
%27

Triadic Colors of #a120bb

#a120bb #bba120 #20bba1

Analogous Colors of #a120bb

#a120bb #bb2088 #5420bb

Monochromatic Colors of #a120bb

#a120bb

Complementary Color

#a120bb #3abb20

#a120bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a120bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a120bb Color CSS Codes

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

#a120bb Text Font Color

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

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


#a120bb Background Color

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

This div background color is #a120bb


#a120bb Border Color

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

This div border color is #a120bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a120bb


Comments

No comments written yet.

Please login to write comment.