Color Hex Logo

#a126be Color Hex

#A126BE
(161,38,190)
0 Favorites   0 Comments

Color spaces of #a126be

RGB 16138190
HSL0.800.670.45
HSV289°80°75°
CMYK 0.150.800.00   0.25
XYZ24.685312.681049.8618
Yxy12.68100.28300.1454
Hunter Lab35.610461.4189-58.0908
CIE-Lab42.278667.8084-53.6776

#a126be color RGB value is (161,38,190).

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

The process color (four color CMYK) of #a126be color hex is 0.15, 0.80, 0.00, 0.25. Web safe color of #a126be is #9933cc. Color #a126be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00100110 10111110
Octal 241 46 276
Decimal 161 38 190
Hex A1 26 BE

RGB Percentages of Color #a126be

%41.39
%9.77
%48.84

CMYK Percentages of Color #a126be

%15
%80
%0
%25

Triadic Colors of #a126be

#a126be #bea126 #26bea1

Analogous Colors of #a126be

#a126be #be268f #5526be

Monochromatic Colors of #a126be

#a126be

Complementary Color

#a126be #43be26

#a126be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a126be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a126be Color CSS Codes

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

#a126be Text Font Color

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

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


#a126be Background Color

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

This div background color is #a126be


#a126be Border Color

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

This div border color is #a126be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a126be


Comments

No comments written yet.

Please login to write comment.