Color Hex Logo

#a624dc Color Hex

#A624DC
(166,36,220)
0 Favorites   0 Comments

Color spaces of #a624dc

RGB 16636220
HSL0.780.720.50
HSV282°84°86°
CMYK 0.250.840.00   0.14
XYZ29.275014.536168.9729
Yxy14.53610.25960.1289
Hunter Lab38.126270.3392-80.5712
CIE-Lab44.992274.7705-66.6067

#a624dc color RGB value is (166,36,220).

#a624dc hex color red value is 166, green value is 36 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a624dc hue: 0.78 , saturation: 0.72 and the lightness value of a624dc is 0.50.

The process color (four color CMYK) of #a624dc color hex is 0.25, 0.84, 0.00, 0.14. Web safe color of #a624dc is #9933cc. Color #a624dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100100 11011100
Octal 246 44 334
Decimal 166 36 220
Hex A6 24 DC

RGB Percentages of Color #a624dc

%39.34
%8.53
%52.13

CMYK Percentages of Color #a624dc

%25
%84
%0
%14

Triadic Colors of #a624dc

#a624dc #dca624 #24dca6

Analogous Colors of #a624dc

#a624dc #dc24b6 #4a24dc

Monochromatic Colors of #a624dc

#a624dc

Complementary Color

#a624dc #5adc24

#a624dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a624dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a624dc Color CSS Codes

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

#a624dc Text Font Color

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

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


#a624dc Background Color

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

This div background color is #a624dc


#a624dc Border Color

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

This div border color is #a624dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a624dc


Comments

No comments written yet.

Please login to write comment.