Color Hex Logo

#a426be Color Hex

#A426BE
(164,38,190)
0 Favorites   0 Comments

Color spaces of #a426be

RGB 16438190
HSL0.800.670.45
HSV290°80°75°
CMYK 0.140.800.00   0.25
XYZ25.297212.996449.8905
Yxy12.99640.28690.1474
Hunter Lab36.050562.1678-56.8164
CIE-Lab42.757868.3572-52.8809

#a426be color RGB value is (164,38,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100110 10111110
Octal 244 46 276
Decimal 164 38 190
Hex A4 26 BE

RGB Percentages of Color #a426be

%41.84
%9.69
%48.47

CMYK Percentages of Color #a426be

%14
%80
%0
%25

Triadic Colors of #a426be

#a426be #bea426 #26bea4

Analogous Colors of #a426be

#a426be #be268c #5826be

Monochromatic Colors of #a426be

#a426be

Complementary Color

#a426be #40be26

#a426be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a426be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a426be Color CSS Codes

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

#a426be Text Font Color

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

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


#a426be Background Color

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

This div background color is #a426be


#a426be Border Color

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

This div border color is #a426be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a426be


Comments

No comments written yet.

Please login to write comment.