Color Hex Logo

#a670cd Color Hex

#A670CD
(166,112,205)
0 Favorites   0 Comments

Color spaces of #a670cd

RGB 166112205
HSL0.760.480.62
HSV275°45°80°
CMYK 0.190.450.00   0.20
XYZ32.539524.103160.6950
Yxy24.10310.27730.2054
Hunter Lab49.094932.3915-38.9325
CIE-Lab56.190938.6118-40.1321

#a670cd color RGB value is (166,112,205).

#a670cd hex color red value is 166, green value is 112 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a670cd hue: 0.76 , saturation: 0.48 and the lightness value of a670cd is 0.62.

The process color (four color CMYK) of #a670cd color hex is 0.19, 0.45, 0.00, 0.20. Web safe color of #a670cd is #9966cc. Color #a670cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110000 11001101
Octal 246 160 315
Decimal 166 112 205
Hex A6 70 CD

RGB Percentages of Color #a670cd

%34.37
%23.19
%42.44

CMYK Percentages of Color #a670cd

%19
%45
%0
%20

Triadic Colors of #a670cd

#a670cd #cda670 #70cda6

Analogous Colors of #a670cd

#a670cd #cd70c6 #7870cd

Monochromatic Colors of #a670cd

#a670cd

Complementary Color

#a670cd #97cd70

#a670cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a670cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a670cd Color CSS Codes

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

#a670cd Text Font Color

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

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


#a670cd Background Color

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

This div background color is #a670cd


#a670cd Border Color

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

This div border color is #a670cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a670cd


Comments

No comments written yet.

Please login to write comment.