Color Hex Logo

#a670fe Color Hex

#A670FE
(166,112,254)
0 Favorites   0 Comments

Color spaces of #a670fe

RGB 166112254
HSL0.730.990.72
HSV263°56°100°
CMYK 0.350.560.00   0.00
XYZ39.409426.851196.8716
Yxy26.85110.24160.1646
Hunter Lab51.818045.0738-74.5675
CIE-Lab58.836250.2711-63.3293

#a670fe color RGB value is (166,112,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110000 11111110
Octal 246 160 376
Decimal 166 112 254
Hex A6 70 FE

RGB Percentages of Color #a670fe

%31.20
%21.05
%47.74

CMYK Percentages of Color #a670fe

%35
%56
%0
%0

Triadic Colors of #a670fe

#a670fe #fea670 #70fea6

Analogous Colors of #a670fe

#a670fe #ed70fe #7081fe

Monochromatic Colors of #a670fe

#a670fe

Complementary Color

#a670fe #c8fe70

#a670fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a670fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a670fe Color CSS Codes

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

#a670fe Text Font Color

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

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


#a670fe Background Color

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

This div background color is #a670fe


#a670fe Border Color

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

This div border color is #a670fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a670fe


Comments

No comments written yet.

Please login to write comment.