Color Hex Logo

#a648cc Color Hex

#A648CC
(166,72,204)
0 Favorites   0 Comments

Color spaces of #a648cc

RGB 16672204
HSL0.790.560.54
HSV283°65°80°
CMYK 0.190.650.00   0.20
XYZ28.942317.101458.9022
Yxy17.10140.27580.1630
Hunter Lab41.353852.5575-55.5018
CIE-Lab48.387558.8511-51.9493

#a648cc color RGB value is (166,72,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001000 11001100
Octal 246 110 314
Decimal 166 72 204
Hex A6 48 CC

RGB Percentages of Color #a648cc

%37.56
%16.29
%46.15

CMYK Percentages of Color #a648cc

%19
%65
%0
%20

Triadic Colors of #a648cc

#a648cc #cca648 #48cca6

Analogous Colors of #a648cc

#a648cc #cc48b0 #6448cc

Monochromatic Colors of #a648cc

#a648cc

Complementary Color

#a648cc #6ecc48

#a648cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a648cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a648cc Color CSS Codes

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

#a648cc Text Font Color

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

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


#a648cc Background Color

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

This div background color is #a648cc


#a648cc Border Color

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

This div border color is #a648cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a648cc


Comments

No comments written yet.

Please login to write comment.