Color Hex Logo

#a648cd Color Hex

#A648CD
(166,72,205)
0 Favorites   0 Comments

Color spaces of #a648cd

RGB 16672205
HSL0.780.570.54
HSV282°65°80°
CMYK 0.190.650.00   0.20
XYZ29.062717.149559.5360
Yxy17.14950.27480.1622
Hunter Lab41.412052.7995-56.2500
CIE-Lab48.447959.0570-52.4277

#a648cd color RGB value is (166,72,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001000 11001101
Octal 246 110 315
Decimal 166 72 205
Hex A6 48 CD

RGB Percentages of Color #a648cd

%37.47
%16.25
%46.28

CMYK Percentages of Color #a648cd

%19
%65
%0
%20

Triadic Colors of #a648cd

#a648cd #cda648 #48cda6

Analogous Colors of #a648cd

#a648cd #cd48b2 #6448cd

Monochromatic Colors of #a648cd

#a648cd

Complementary Color

#a648cd #6fcd48

#a648cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a648cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a648cd Color CSS Codes

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

#a648cd Text Font Color

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

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


#a648cd Background Color

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

This div background color is #a648cd


#a648cd Border Color

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

This div border color is #a648cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a648cd


Comments

No comments written yet.

Please login to write comment.