Color Hex Logo

#a670ff Color Hex

#A670FF
(166,112,255)
0 Favorites   0 Comments

Color spaces of #a670ff

RGB 166112255
HSL0.731.000.72
HSV263°56°100°
CMYK 0.350.560.00   0.00
XYZ39.570126.915397.7173
Yxy26.91530.24100.1639
Hunter Lab51.880045.3563-75.3583
CIE-Lab58.895850.5203-63.7847

#a670ff color RGB value is (166,112,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110000 11111111
Octal 246 160 377
Decimal 166 112 255
Hex A6 70 FF

RGB Percentages of Color #a670ff

%31.14
%21.01
%47.84

CMYK Percentages of Color #a670ff

%35
%56
%0
%0

Triadic Colors of #a670ff

#a670ff #ffa670 #70ffa6

Analogous Colors of #a670ff

#a670ff #ee70ff #7082ff

Monochromatic Colors of #a670ff

#a670ff

Complementary Color

#a670ff #c9ff70

#a670ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a670ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a670ff Color CSS Codes

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

#a670ff Text Font Color

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

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


#a670ff Background Color

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

This div background color is #a670ff


#a670ff Border Color

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

This div border color is #a670ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a670ff


Comments

No comments written yet.

Please login to write comment.