Color Hex Logo

#a670df Color Hex

#A670DF
(166,112,223)
0 Favorites   0 Comments

Color spaces of #a670df

RGB 166112223
HSL0.750.630.66
HSV269°50°87°
CMYK 0.260.500.00   0.13
XYZ34.839325.023072.8057
Yxy25.02300.26260.1886
Hunter Lab50.023036.7789-51.2772
CIE-Lab57.097842.7561-48.8593

#a670df color RGB value is (166,112,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110000 11011111
Octal 246 160 337
Decimal 166 112 223
Hex A6 70 DF

RGB Percentages of Color #a670df

%33.13
%22.36
%44.51

CMYK Percentages of Color #a670df

%26
%50
%0
%13

Triadic Colors of #a670df

#a670df #dfa670 #70dfa6

Analogous Colors of #a670df

#a670df #de70df #7072df

Monochromatic Colors of #a670df

#a670df

Complementary Color

#a670df #a9df70

#a670df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a670df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a670df Color CSS Codes

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

#a670df Text Font Color

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

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


#a670df Background Color

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

This div background color is #a670df


#a670df Border Color

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

This div border color is #a670df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a670df


Comments

No comments written yet.

Please login to write comment.