Color Hex Logo

#a141bb Color Hex

#A141BB
(161,65,187)
0 Favorites   0 Comments

Color spaces of #a141bb

RGB 16165187
HSL0.800.480.49
HSV287°65°73°
CMYK 0.140.650.00   0.27
XYZ25.557914.945548.5514
Yxy14.94550.28700.1678
Hunter Lab38.659450.3531-47.3993
CIE-Lab45.559557.3822-46.6585

#a141bb color RGB value is (161,65,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000001 10111011
Octal 241 101 273
Decimal 161 65 187
Hex A1 41 BB

RGB Percentages of Color #a141bb

%38.98
%15.74
%45.28

CMYK Percentages of Color #a141bb

%14
%65
%0
%27

Triadic Colors of #a141bb

#a141bb #bba141 #41bba1

Analogous Colors of #a141bb

#a141bb #bb4198 #6441bb

Monochromatic Colors of #a141bb

#a141bb

Complementary Color

#a141bb #5bbb41

#a141bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a141bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a141bb Color CSS Codes

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

#a141bb Text Font Color

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

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


#a141bb Background Color

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

This div background color is #a141bb


#a141bb Border Color

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

This div border color is #a141bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a141bb


Comments

No comments written yet.

Please login to write comment.