Color Hex Logo

#a418ff Color Hex

#A418FF
(164,24,255)
0 Favorites   0 Comments

Color spaces of #a418ff

RGB 16424255
HSL0.771.000.55
HSV276°91°100°
CMYK 0.360.910.00   0.00
XYZ33.686515.765895.8754
Yxy15.76580.23180.1085
Hunter Lab39.706281.9526-115.3686
CIE-Lab46.665783.7310-83.6514

#a418ff color RGB value is (164,24,255).

#a418ff hex color red value is 164, green value is 24 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a418ff hue: 0.77 , saturation: 1.00 and the lightness value of a418ff is 0.55.

The process color (four color CMYK) of #a418ff color hex is 0.36, 0.91, 0.00, 0.00. Web safe color of #a418ff is #9900ff. Color #a418ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011000 11111111
Octal 244 30 377
Decimal 164 24 255
Hex A4 18 FF

RGB Percentages of Color #a418ff

%37.02
%5.42
%57.56

CMYK Percentages of Color #a418ff

%36
%91
%0
%0

Triadic Colors of #a418ff

#a418ff #ffa418 #18ffa4

Analogous Colors of #a418ff

#a418ff #ff18e7 #3018ff

Monochromatic Colors of #a418ff

#a418ff

Complementary Color

#a418ff #73ff18

#a418ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a418ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a418ff Color CSS Codes

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

#a418ff Text Font Color

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

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


#a418ff Background Color

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

This div background color is #a418ff


#a418ff Border Color

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

This div border color is #a418ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a418ff

Related Colors


Comments

No comments written yet.

Please login to write comment.