Color Hex Logo

#a128bb Color Hex

#A128BB
(161,40,187)
0 Favorites   0 Comments

Color spaces of #a128bb

RGB 16140187
HSL0.800.650.45
HSV289°79°73°
CMYK 0.140.790.00   0.27
XYZ24.426412.682548.1743
Yxy12.68250.28640.1487
Hunter Lab35.612560.1102-55.2750
CIE-Lab42.280966.6793-51.9146

#a128bb color RGB value is (161,40,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00101000 10111011
Octal 241 50 273
Decimal 161 40 187
Hex A1 28 BB

RGB Percentages of Color #a128bb

%41.49
%10.31
%48.20

CMYK Percentages of Color #a128bb

%14
%79
%0
%27

Triadic Colors of #a128bb

#a128bb #bba128 #28bba1

Analogous Colors of #a128bb

#a128bb #bb288c #5828bb

Monochromatic Colors of #a128bb

#a128bb

Complementary Color

#a128bb #42bb28

#a128bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a128bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a128bb Color CSS Codes

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

#a128bb Text Font Color

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

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


#a128bb Background Color

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

This div background color is #a128bb


#a128bb Border Color

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

This div border color is #a128bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a128bb


Comments

No comments written yet.

Please login to write comment.