Color Hex Logo

#a646cd Color Hex

#A646CD
(166,70,205)
0 Favorites   0 Comments

Color spaces of #a646cd

RGB 16670205
HSL0.790.570.54
HSV283°66°80°
CMYK 0.190.660.00   0.20
XYZ28.935516.895159.4936
Yxy16.89510.27470.1604
Hunter Lab41.103653.7262-57.0440
CIE-Lab48.127659.9453-52.9411

#a646cd color RGB value is (166,70,205).

#a646cd hex color red value is 166, green value is 70 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a646cd hue: 0.79 , saturation: 0.57 and the lightness value of a646cd is 0.54.

The process color (four color CMYK) of #a646cd color hex is 0.19, 0.66, 0.00, 0.20. Web safe color of #a646cd is #9933cc. Color #a646cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000110 11001101
Octal 246 106 315
Decimal 166 70 205
Hex A6 46 CD

RGB Percentages of Color #a646cd

%37.64
%15.87
%46.49

CMYK Percentages of Color #a646cd

%19
%66
%0
%20

Triadic Colors of #a646cd

#a646cd #cda646 #46cda6

Analogous Colors of #a646cd

#a646cd #cd46b1 #6346cd

Monochromatic Colors of #a646cd

#a646cd

Complementary Color

#a646cd #6dcd46

#a646cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a646cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a646cd Color CSS Codes

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

#a646cd Text Font Color

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

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


#a646cd Background Color

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

This div background color is #a646cd


#a646cd Border Color

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

This div border color is #a646cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,70,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 #a646cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a646cd


Comments

No comments written yet.

Please login to write comment.