Color Hex Logo

#a613ff Color Hex

#A613FF
(166,19,255)
0 Favorites   0 Comments

Color spaces of #a613ff

RGB 16619255
HSL0.771.000.54
HSV277°93°100°
CMYK 0.350.930.00   0.00
XYZ34.008815.792795.8636
Yxy15.79270.23350.1084
Hunter Lab39.740083.2120-115.2053
CIE-Lab46.701384.7023-83.5821

#a613ff color RGB value is (166,19,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010011 11111111
Octal 246 23 377
Decimal 166 19 255
Hex A6 13 FF

RGB Percentages of Color #a613ff

%37.73
%4.32
%57.95

CMYK Percentages of Color #a613ff

%35
%93
%0
%0

Triadic Colors of #a613ff

#a613ff #ffa613 #13ffa6

Analogous Colors of #a613ff

#a613ff #ff13e2 #3013ff

Monochromatic Colors of #a613ff

#a613ff

Complementary Color

#a613ff #6cff13

#a613ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a613ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a613ff Color CSS Codes

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

#a613ff Text Font Color

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

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


#a613ff Background Color

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

This div background color is #a613ff


#a613ff Border Color

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

This div border color is #a613ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a613ff

Related Colors


Comments

No comments written yet.

Please login to write comment.