Color Hex Logo

#a671df Color Hex

#A671DF
(166,113,223)
0 Favorites   0 Comments

Color spaces of #a671df

RGB 166113223
HSL0.750.630.66
HSV269°49°87°
CMYK 0.260.490.00   0.13
XYZ34.950325.245072.8427
Yxy25.24500.26270.1898
Hunter Lab50.244436.2379-50.7856
CIE-Lab57.313442.2067-48.5173

#a671df color RGB value is (166,113,223).

#a671df hex color red value is 166, green value is 113 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a671df hue: 0.75 , saturation: 0.63 and the lightness value of a671df is 0.66.

The process color (four color CMYK) of #a671df color hex is 0.26, 0.49, 0.00, 0.13. Web safe color of #a671df is #9966cc. Color #a671df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110001 11011111
Octal 246 161 337
Decimal 166 113 223
Hex A6 71 DF

RGB Percentages of Color #a671df

%33.07
%22.51
%44.42

CMYK Percentages of Color #a671df

%26
%49
%0
%13

Triadic Colors of #a671df

#a671df #dfa671 #71dfa6

Analogous Colors of #a671df

#a671df #dd71df #7173df

Monochromatic Colors of #a671df

#a671df

Complementary Color

#a671df #aadf71

#a671df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a671df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a671df Color CSS Codes

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

#a671df Text Font Color

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

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


#a671df Background Color

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

This div background color is #a671df


#a671df Border Color

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

This div border color is #a671df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a671df


Comments

No comments written yet.

Please login to write comment.