Color Hex Logo

#a670fc Color Hex

#A670FC
(166,112,252)
0 Favorites   0 Comments

Color spaces of #a670fc

RGB 166112252
HSL0.730.960.71
HSV263°56°99°
CMYK 0.340.560.00   0.01
XYZ39.090726.723695.1933
Yxy26.72360.24280.1660
Hunter Lab51.694944.5123-72.9929
CIE-Lab58.717649.7747-62.4165

#a670fc color RGB value is (166,112,252).

#a670fc hex color red value is 166, green value is 112 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a670fc hue: 0.73 , saturation: 0.96 and the lightness value of a670fc is 0.71.

The process color (four color CMYK) of #a670fc color hex is 0.34, 0.56, 0.00, 0.01. Web safe color of #a670fc is #9966ff. Color #a670fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110000 11111100
Octal 246 160 374
Decimal 166 112 252
Hex A6 70 FC

RGB Percentages of Color #a670fc

%31.32
%21.13
%47.55

CMYK Percentages of Color #a670fc

%34
%56
%0
%1

Triadic Colors of #a670fc

#a670fc #fca670 #70fca6

Analogous Colors of #a670fc

#a670fc #ec70fc #7080fc

Monochromatic Colors of #a670fc

#a670fc

Complementary Color

#a670fc #c6fc70

#a670fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a670fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a670fc Color CSS Codes

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

#a670fc Text Font Color

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

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


#a670fc Background Color

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

This div background color is #a670fc


#a670fc Border Color

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

This div border color is #a670fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a670fc


Comments

No comments written yet.

Please login to write comment.