Color Hex Logo

#a613fe Color Hex

#A613FE
(166,19,254)
0 Favorites   0 Comments

Color spaces of #a613fe

RGB 16619254
HSL0.770.990.54
HSV278°93°100°
CMYK 0.350.930.00   0.00
XYZ33.848115.728595.0178
Yxy15.72850.23410.1088
Hunter Lab39.659282.9417-114.2891
CIE-Lab46.616384.5091-83.1634

#a613fe color RGB value is (166,19,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010011 11111110
Octal 246 23 376
Decimal 166 19 254
Hex A6 13 FE

RGB Percentages of Color #a613fe

%37.81
%4.33
%57.86

CMYK Percentages of Color #a613fe

%35
%93
%0
%0

Triadic Colors of #a613fe

#a613fe #fea613 #13fea6

Analogous Colors of #a613fe

#a613fe #fe13e1 #3013fe

Monochromatic Colors of #a613fe

#a613fe

Complementary Color

#a613fe #6bfe13

#a613fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a613fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a613fe Color CSS Codes

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

#a613fe Text Font Color

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

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


#a613fe Background Color

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

This div background color is #a613fe


#a613fe Border Color

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

This div border color is #a613fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,19,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a613fe


Comments

No comments written yet.

Please login to write comment.