Color Hex Logo

#a428ed Color Hex

#A428ED
(164,40,237)
0 Favorites   0 Comments

Color spaces of #a428ed

RGB 16440237
HSL0.770.850.54
HSV278°83°93°
CMYK 0.310.830.00   0.07
XYZ31.354715.524581.4647
Yxy15.52450.24430.1210
Hunter Lab39.401173.0950-95.0055
CIE-Lab46.344476.7558-74.0751

#a428ed color RGB value is (164,40,237).

#a428ed hex color red value is 164, green value is 40 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a428ed hue: 0.77 , saturation: 0.85 and the lightness value of a428ed is 0.54.

The process color (four color CMYK) of #a428ed color hex is 0.31, 0.83, 0.00, 0.07. Web safe color of #a428ed is #9933ff. Color #a428ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101000 11101101
Octal 244 50 355
Decimal 164 40 237
Hex A4 28 ED

RGB Percentages of Color #a428ed

%37.19
%9.07
%53.74

CMYK Percentages of Color #a428ed

%31
%83
%0
%7

Triadic Colors of #a428ed

#a428ed #eda428 #28eda4

Analogous Colors of #a428ed

#a428ed #ed28d4 #4228ed

Monochromatic Colors of #a428ed

#a428ed

Complementary Color

#a428ed #71ed28

#a428ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a428ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a428ed Color CSS Codes

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

#a428ed Text Font Color

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

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


#a428ed Background Color

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

This div background color is #a428ed


#a428ed Border Color

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

This div border color is #a428ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a428ed


Comments

No comments written yet.

Please login to write comment.