Color Hex Logo

#a124dc Color Hex

#A124DC
(161,36,220)
0 Favorites   0 Comments

Color spaces of #a124dc

RGB 16136220
HSL0.780.720.50
HSV281°84°86°
CMYK 0.270.840.00   0.14
XYZ28.247114.006168.9248
Yxy14.00610.25410.1260
Hunter Lab37.424769.2334-82.9966
CIE-Lab44.241774.0061-67.8607

#a124dc color RGB value is (161,36,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00100100 11011100
Octal 241 44 334
Decimal 161 36 220
Hex A1 24 DC

RGB Percentages of Color #a124dc

%38.61
%8.63
%52.76

CMYK Percentages of Color #a124dc

%27
%84
%0
%14

Triadic Colors of #a124dc

#a124dc #dca124 #24dca1

Analogous Colors of #a124dc

#a124dc #dc24bb #4524dc

Monochromatic Colors of #a124dc

#a124dc

Complementary Color

#a124dc #5fdc24

#a124dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a124dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a124dc Color CSS Codes

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

#a124dc Text Font Color

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

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


#a124dc Background Color

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

This div background color is #a124dc


#a124dc Border Color

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

This div border color is #a124dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a124dc


Comments

No comments written yet.

Please login to write comment.