Color Hex Logo

#a670dc Color Hex

#A670DC
(166,112,220)
0 Favorites   0 Comments

Color spaces of #a670dc

RGB 166112220
HSL0.750.610.65
HSV270°49°86°
CMYK 0.250.490.00   0.14
XYZ34.438324.862670.6940
Yxy24.86260.26490.1913
Hunter Lab49.862436.0248-49.1566
CIE-Lab56.941342.0526-47.4217

#a670dc color RGB value is (166,112,220).

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

The process color (four color CMYK) of #a670dc color hex is 0.25, 0.49, 0.00, 0.14. Web safe color of #a670dc is #9966cc. Color #a670dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110000 11011100
Octal 246 160 334
Decimal 166 112 220
Hex A6 70 DC

RGB Percentages of Color #a670dc

%33.33
%22.49
%44.18

CMYK Percentages of Color #a670dc

%25
%49
%0
%14

Triadic Colors of #a670dc

#a670dc #dca670 #70dca6

Analogous Colors of #a670dc

#a670dc #dc70dc #7070dc

Monochromatic Colors of #a670dc

#a670dc

Complementary Color

#a670dc #a6dc70

#a670dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a670dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a670dc Color CSS Codes

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

#a670dc Text Font Color

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

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


#a670dc Background Color

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

This div background color is #a670dc


#a670dc Border Color

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

This div border color is #a670dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a670dc


Comments

No comments written yet.

Please login to write comment.