Color Hex Logo

#a61adf Color Hex

#A61ADF
(166,26,223)
0 Favorites   0 Comments

Color spaces of #a61adf

RGB 16626223
HSL0.790.790.49
HSV283°88°87°
CMYK 0.260.880.00   0.13
XYZ29.414614.173570.9975
Yxy14.17350.25670.1237
Hunter Lab37.647773.5807-85.4580
CIE-Lab44.480777.5108-69.1529

#a61adf color RGB value is (166,26,223).

#a61adf hex color red value is 166, green value is 26 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a61adf hue: 0.79 , saturation: 0.79 and the lightness value of a61adf is 0.49.

The process color (four color CMYK) of #a61adf color hex is 0.26, 0.88, 0.00, 0.13. Web safe color of #a61adf is #9933cc. Color #a61adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011010 11011111
Octal 246 32 337
Decimal 166 26 223
Hex A6 1A DF

RGB Percentages of Color #a61adf

%40.00
%6.27
%53.73

CMYK Percentages of Color #a61adf

%26
%88
%0
%13

Triadic Colors of #a61adf

#a61adf #dfa61a #1adfa6

Analogous Colors of #a61adf

#a61adf #df1ab6 #441adf

Monochromatic Colors of #a61adf

#a61adf

Complementary Color

#a61adf #53df1a

#a61adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61adf Color CSS Codes

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

#a61adf Text Font Color

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

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


#a61adf Background Color

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

This div background color is #a61adf


#a61adf Border Color

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

This div border color is #a61adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61adf


Comments

No comments written yet.

Please login to write comment.