Color Hex Logo

#a61ffd Color Hex

#A61FFD
(166,31,253)
0 Favorites   0 Comments

Color spaces of #a61ffd

RGB 16631253
HSL0.770.980.56
HSV276°88°99°
CMYK 0.340.880.00   0.01
XYZ33.945516.178894.2622
Yxy16.17880.23510.1121
Hunter Lab40.222980.2524-110.7899
CIE-Lab47.208282.2972-81.6348

#a61ffd color RGB value is (166,31,253).

#a61ffd hex color red value is 166, green value is 31 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a61ffd hue: 0.77 , saturation: 0.98 and the lightness value of a61ffd is 0.56.

The process color (four color CMYK) of #a61ffd color hex is 0.34, 0.88, 0.00, 0.01. Web safe color of #a61ffd is #9933ff. Color #a61ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011111 11111101
Octal 246 37 375
Decimal 166 31 253
Hex A6 1F FD

RGB Percentages of Color #a61ffd

%36.89
%6.89
%56.22

CMYK Percentages of Color #a61ffd

%34
%88
%0
%1

Triadic Colors of #a61ffd

#a61ffd #fda61f #1ffda6

Analogous Colors of #a61ffd

#a61ffd #fd1fe5 #371ffd

Monochromatic Colors of #a61ffd

#a61ffd

Complementary Color

#a61ffd #76fd1f

#a61ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61ffd Color CSS Codes

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

#a61ffd Text Font Color

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

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


#a61ffd Background Color

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

This div background color is #a61ffd


#a61ffd Border Color

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

This div border color is #a61ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61ffd


Comments

No comments written yet.

Please login to write comment.