Color Hex Logo

#a670da Color Hex

#A670DA
(166,112,218)
0 Favorites   0 Comments

Color spaces of #a670da

RGB 166112218
HSL0.750.590.65
HSV271°49°85°
CMYK 0.240.490.00   0.15
XYZ34.174924.757369.3071
Yxy24.75730.26650.1931
Hunter Lab49.756735.5267-47.7565
CIE-Lab56.838241.5860-46.4595

#a670da color RGB value is (166,112,218).

#a670da hex color red value is 166, green value is 112 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a670da hue: 0.75 , saturation: 0.59 and the lightness value of a670da is 0.65.

The process color (four color CMYK) of #a670da color hex is 0.24, 0.49, 0.00, 0.15. Web safe color of #a670da is #9966cc. Color #a670da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110000 11011010
Octal 246 160 332
Decimal 166 112 218
Hex A6 70 DA

RGB Percentages of Color #a670da

%33.47
%22.58
%43.95

CMYK Percentages of Color #a670da

%24
%49
%0
%15

Triadic Colors of #a670da

#a670da #daa670 #70daa6

Analogous Colors of #a670da

#a670da #da70d9 #7170da

Monochromatic Colors of #a670da

#a670da

Complementary Color

#a670da #a4da70

#a670da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a670da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a670da Color CSS Codes

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

#a670da Text Font Color

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

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


#a670da Background Color

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

This div background color is #a670da


#a670da Border Color

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

This div border color is #a670da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a670da


Comments

No comments written yet.

Please login to write comment.