Color Hex Logo

#a124ba Color Hex

#A124BA
(161,36,186)
0 Favorites   0 Comments

Color spaces of #a124ba

RGB 16136186
HSL0.810.680.44
HSV290°81°73°
CMYK 0.130.810.00   0.27
XYZ24.191712.384047.5697
Yxy12.38400.28750.1472
Hunter Lab35.190961.1243-55.5123
CIE-Lab41.820067.6444-52.0689

#a124ba color RGB value is (161,36,186).

#a124ba hex color red value is 161, green value is 36 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a124ba hue: 0.81 , saturation: 0.68 and the lightness value of a124ba is 0.44.

The process color (four color CMYK) of #a124ba color hex is 0.13, 0.81, 0.00, 0.27. Web safe color of #a124ba is #9933cc. Color #a124ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00100100 10111010
Octal 241 44 272
Decimal 161 36 186
Hex A1 24 BA

RGB Percentages of Color #a124ba

%42.04
%9.40
%48.56

CMYK Percentages of Color #a124ba

%13
%81
%0
%27

Triadic Colors of #a124ba

#a124ba #baa124 #24baa1

Analogous Colors of #a124ba

#a124ba #ba2488 #5624ba

Monochromatic Colors of #a124ba

#a124ba

Complementary Color

#a124ba #3dba24

#a124ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a124ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a124ba Color CSS Codes

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

#a124ba Text Font Color

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

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


#a124ba Background Color

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

This div background color is #a124ba


#a124ba Border Color

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

This div border color is #a124ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,36,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a124ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a124ba


Comments

No comments written yet.

Please login to write comment.