Color Hex Logo

#a618ff Color Hex

#A618FF
(166,24,255)
0 Favorites   0 Comments

Color spaces of #a618ff

RGB 16624255
HSL0.771.000.55
HSV277°91°100°
CMYK 0.350.910.00   0.00
XYZ34.102515.980395.8948
Yxy15.98030.23360.1095
Hunter Lab39.975482.3193-114.2449
CIE-Lab46.948683.9621-83.1765

#a618ff color RGB value is (166,24,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011000 11111111
Octal 246 30 377
Decimal 166 24 255
Hex A6 18 FF

RGB Percentages of Color #a618ff

%37.30
%5.39
%57.30

CMYK Percentages of Color #a618ff

%35
%91
%0
%0

Triadic Colors of #a618ff

#a618ff #ffa618 #18ffa6

Analogous Colors of #a618ff

#a618ff #ff18e5 #3318ff

Monochromatic Colors of #a618ff

#a618ff

Complementary Color

#a618ff #71ff18

#a618ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a618ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a618ff Color CSS Codes

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

#a618ff Text Font Color

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

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


#a618ff Background Color

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

This div background color is #a618ff


#a618ff Border Color

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

This div border color is #a618ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a618ff

#a618ff Color Palettes


Comments

No comments written yet.

Please login to write comment.