Color Hex Logo

#a128ba Color Hex

#A128BA
(161,40,186)
0 Favorites   0 Comments

Color spaces of #a128ba

RGB 16140186
HSL0.800.650.44
HSV290°78°73°
CMYK 0.130.780.00   0.27
XYZ24.319712.639847.6123
Yxy12.63980.28760.1495
Hunter Lab35.552559.8861-54.5151
CIE-Lab42.215466.4980-51.4325

#a128ba color RGB value is (161,40,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00101000 10111010
Octal 241 50 272
Decimal 161 40 186
Hex A1 28 BA

RGB Percentages of Color #a128ba

%41.60
%10.34
%48.06

CMYK Percentages of Color #a128ba

%13
%78
%0
%27

Triadic Colors of #a128ba

#a128ba #baa128 #28baa1

Analogous Colors of #a128ba

#a128ba #ba288a #5828ba

Monochromatic Colors of #a128ba

#a128ba

Complementary Color

#a128ba #41ba28

#a128ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a128ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a128ba Color CSS Codes

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

#a128ba Text Font Color

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

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


#a128ba Background Color

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

This div background color is #a128ba


#a128ba Border Color

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

This div border color is #a128ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a128ba


Comments

No comments written yet.

Please login to write comment.