Color Hex Logo

#a420ef Color Hex

#A420EF
(164,32,239)
0 Favorites   0 Comments

Color spaces of #a420ef

RGB 16432239
HSL0.770.870.53
HSV278°87°94°
CMYK 0.310.870.00   0.06
XYZ31.406315.157582.9318
Yxy15.15750.24250.1171
Hunter Lab38.932675.8608-99.0429
CIE-Lab45.849279.0796-76.0124

#a420ef color RGB value is (164,32,239).

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

The process color (four color CMYK) of #a420ef color hex is 0.31, 0.87, 0.00, 0.06. Web safe color of #a420ef is #9933ff. Color #a420ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100000 11101111
Octal 244 40 357
Decimal 164 32 239
Hex A4 20 EF

RGB Percentages of Color #a420ef

%37.70
%7.36
%54.94

CMYK Percentages of Color #a420ef

%31
%87
%0
%6

Triadic Colors of #a420ef

#a420ef #efa420 #20efa4

Analogous Colors of #a420ef

#a420ef #ef20d3 #3c20ef

Monochromatic Colors of #a420ef

#a420ef

Complementary Color

#a420ef #6bef20

#a420ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a420ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a420ef Color CSS Codes

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

#a420ef Text Font Color

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

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


#a420ef Background Color

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

This div background color is #a420ef


#a420ef Border Color

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

This div border color is #a420ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a420ef


Comments

No comments written yet.

Please login to write comment.