Color Hex Logo

#a40cea Color Hex

#A40CEA
(164,12,234)
0 Favorites   0 Comments

Color spaces of #a40cea

RGB 16412234
HSL0.780.900.48
HSV281°95°92°
CMYK 0.300.950.00   0.08
XYZ30.292614.096078.9661
Yxy14.09600.24560.1143
Hunter Lab37.544678.3182-98.4210
CIE-Lab44.370381.3189-75.6031

#a40cea color RGB value is (164,12,234).

#a40cea hex color red value is 164, green value is 12 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a40cea hue: 0.78 , saturation: 0.90 and the lightness value of a40cea is 0.48.

The process color (four color CMYK) of #a40cea color hex is 0.30, 0.95, 0.00, 0.08. Web safe color of #a40cea is #9900ff. Color #a40cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001100 11101010
Octal 244 14 352
Decimal 164 12 234
Hex A4 C EA

RGB Percentages of Color #a40cea

%40.00
%2.93
%57.07

CMYK Percentages of Color #a40cea

%30
%95
%0
%8

Triadic Colors of #a40cea

#a40cea #eaa40c #0ceaa4

Analogous Colors of #a40cea

#a40cea #ea0cc1 #350cea

Monochromatic Colors of #a40cea

#a40cea

Complementary Color

#a40cea #52ea0c

#a40cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40cea Color CSS Codes

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

#a40cea Text Font Color

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

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


#a40cea Background Color

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

This div background color is #a40cea


#a40cea Border Color

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

This div border color is #a40cea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,12,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a40cea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a40cea;
  -webkit-box-shadow: 1px 1px 3px 2px #a40cea;
  box-shadow:         1px 1px 3px 2px #a40cea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,12,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40cea


Comments

No comments written yet.

Please login to write comment.