Color Hex Logo

#a12abb Color Hex

#A12ABB
(161,42,187)
0 Favorites   0 Comments

Color spaces of #a12abb

RGB 16142187
HSL0.800.630.45
HSV289°78°73°
CMYK 0.140.780.00   0.27
XYZ24.495512.820948.1973
Yxy12.82090.28650.1499
Hunter Lab35.806359.4530-54.7433
CIE-Lab42.492166.0683-51.5746

#a12abb color RGB value is (161,42,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00101010 10111011
Octal 241 52 273
Decimal 161 42 187
Hex A1 2A BB

RGB Percentages of Color #a12abb

%41.28
%10.77
%47.95

CMYK Percentages of Color #a12abb

%14
%78
%0
%27

Triadic Colors of #a12abb

#a12abb #bba12a #2abba1

Analogous Colors of #a12abb

#a12abb #bb2a8d #582abb

Monochromatic Colors of #a12abb

#a12abb

Complementary Color

#a12abb #44bb2a

#a12abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a12abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a12abb Color CSS Codes

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

#a12abb Text Font Color

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

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


#a12abb Background Color

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

This div background color is #a12abb


#a12abb Border Color

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

This div border color is #a12abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a12abb


Comments

No comments written yet.

Please login to write comment.