Color Hex Logo

#a670fa Color Hex

#A670FA
(166,112,250)
0 Favorites   0 Comments

Color spaces of #a670fa

RGB 166112250
HSL0.730.930.71
HSV263°55°98°
CMYK 0.340.550.00   0.02
XYZ38.775426.597593.5326
Yxy26.59750.24400.1674
Hunter Lab51.572843.9543-71.4277
CIE-Lab58.599949.2796-61.5009

#a670fa color RGB value is (166,112,250).

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

The process color (four color CMYK) of #a670fa color hex is 0.34, 0.55, 0.00, 0.02. Web safe color of #a670fa is #9966ff. Color #a670fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110000 11111010
Octal 246 160 372
Decimal 166 112 250
Hex A6 70 FA

RGB Percentages of Color #a670fa

%31.44
%21.21
%47.35

CMYK Percentages of Color #a670fa

%34
%55
%0
%2

Triadic Colors of #a670fa

#a670fa #faa670 #70faa6

Analogous Colors of #a670fa

#a670fa #eb70fa #707ffa

Monochromatic Colors of #a670fa

#a670fa

Complementary Color

#a670fa #c4fa70

#a670fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a670fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a670fa Color CSS Codes

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

#a670fa Text Font Color

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

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


#a670fa Background Color

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

This div background color is #a670fa


#a670fa Border Color

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

This div border color is #a670fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a670fa


Comments

No comments written yet.

Please login to write comment.