Color Hex Logo

#a61dff Color Hex

#A61DFF
(166,29,255)
0 Favorites   0 Comments

Color spaces of #a61dff

RGB 16629255
HSL0.771.000.56
HSV276°89°100°
CMYK 0.350.890.00   0.00
XYZ34.215216.205795.9324
Yxy16.20570.23380.1107
Hunter Lab40.256381.2647-113.1111
CIE-Lab47.243283.0833-82.6937

#a61dff color RGB value is (166,29,255).

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

The process color (four color CMYK) of #a61dff color hex is 0.35, 0.89, 0.00, 0.00. Web safe color of #a61dff is #9933ff. Color #a61dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011101 11111111
Octal 246 35 377
Decimal 166 29 255
Hex A6 1D FF

RGB Percentages of Color #a61dff

%36.89
%6.44
%56.67

CMYK Percentages of Color #a61dff

%35
%89
%0
%0

Triadic Colors of #a61dff

#a61dff #ffa61d #1dffa6

Analogous Colors of #a61dff

#a61dff #ff1de7 #351dff

Monochromatic Colors of #a61dff

#a61dff

Complementary Color

#a61dff #76ff1d

#a61dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61dff Color CSS Codes

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

#a61dff Text Font Color

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

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


#a61dff Background Color

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

This div background color is #a61dff


#a61dff Border Color

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

This div border color is #a61dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61dff


Comments

No comments written yet.

Please login to write comment.