Color Hex Logo

#a670ea Color Hex

#A670EA
(166,112,234)
0 Favorites   0 Comments

Color spaces of #a670ea

RGB 166112234
HSL0.740.740.68
HSV267°52°92°
CMYK 0.290.520.00   0.08
XYZ36.371325.635880.8731
Yxy25.63580.25460.1794
Hunter Lab50.631839.6196-59.2604
CIE-Lab57.689745.3748-54.0736

#a670ea color RGB value is (166,112,234).

#a670ea hex color red value is 166, green value is 112 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a670ea hue: 0.74 , saturation: 0.74 and the lightness value of a670ea is 0.68.

The process color (four color CMYK) of #a670ea color hex is 0.29, 0.52, 0.00, 0.08. Web safe color of #a670ea is #9966ff. Color #a670ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110000 11101010
Octal 246 160 352
Decimal 166 112 234
Hex A6 70 EA

RGB Percentages of Color #a670ea

%32.42
%21.88
%45.70

CMYK Percentages of Color #a670ea

%29
%52
%0
%8

Triadic Colors of #a670ea

#a670ea #eaa670 #70eaa6

Analogous Colors of #a670ea

#a670ea #e370ea #7077ea

Monochromatic Colors of #a670ea

#a670ea

Complementary Color

#a670ea #b4ea70

#a670ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a670ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a670ea Color CSS Codes

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

#a670ea Text Font Color

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

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


#a670ea Background Color

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

This div background color is #a670ea


#a670ea Border Color

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

This div border color is #a670ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a670ea


Comments

No comments written yet.

Please login to write comment.