Color Hex Logo

#a426ea Color Hex

#A426EA
(164,38,234)
0 Favorites   0 Comments

Color spaces of #a426ea

RGB 16438234
HSL0.770.820.53
HSV279°84°92°
CMYK 0.300.840.00   0.08
XYZ30.854215.219379.1533
Yxy15.21930.24640.1215
Hunter Lab39.011972.9033-92.9882
CIE-Lab45.933176.6803-73.0505

#a426ea color RGB value is (164,38,234).

#a426ea hex color red value is 164, green value is 38 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a426ea hue: 0.77 , saturation: 0.82 and the lightness value of a426ea is 0.53.

The process color (four color CMYK) of #a426ea color hex is 0.30, 0.84, 0.00, 0.08. Web safe color of #a426ea is #9933ff. Color #a426ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100110 11101010
Octal 244 46 352
Decimal 164 38 234
Hex A4 26 EA

RGB Percentages of Color #a426ea

%37.61
%8.72
%53.67

CMYK Percentages of Color #a426ea

%30
%84
%0
%8

Triadic Colors of #a426ea

#a426ea #eaa426 #26eaa4

Analogous Colors of #a426ea

#a426ea #ea26ce #4226ea

Monochromatic Colors of #a426ea

#a426ea

Complementary Color

#a426ea #6cea26

#a426ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a426ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a426ea Color CSS Codes

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

#a426ea Text Font Color

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

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


#a426ea Background Color

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

This div background color is #a426ea


#a426ea Border Color

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

This div border color is #a426ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a426ea


Comments

No comments written yet.

Please login to write comment.