Color Hex Logo

#a644cd Color Hex

#A644CD
(166,68,205)
0 Favorites   0 Comments

Color spaces of #a644cd

RGB 16668205
HSL0.790.580.54
HSV283°67°80°
CMYK 0.190.670.00   0.20
XYZ28.812516.649059.4526
Yxy16.64900.27460.1587
Hunter Lab40.803254.6393-57.8267
CIE-Lab47.814760.8167-53.4430

#a644cd color RGB value is (166,68,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000100 11001101
Octal 246 104 315
Decimal 166 68 205
Hex A6 44 CD

RGB Percentages of Color #a644cd

%37.81
%15.49
%46.70

CMYK Percentages of Color #a644cd

%19
%67
%0
%20

Triadic Colors of #a644cd

#a644cd #cda644 #44cda6

Analogous Colors of #a644cd

#a644cd #cd44b0 #6244cd

Monochromatic Colors of #a644cd

#a644cd

Complementary Color

#a644cd #6bcd44

#a644cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a644cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a644cd Color CSS Codes

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

#a644cd Text Font Color

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

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


#a644cd Background Color

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

This div background color is #a644cd


#a644cd Border Color

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

This div border color is #a644cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a644cd


Comments

No comments written yet.

Please login to write comment.