Color Hex Logo

#a104ea Color Hex

#A104EA
(161,4,234)
0 Favorites   0 Comments

Color spaces of #a104ea

RGB 1614234
HSL0.780.970.47
HSV281°98°92°
CMYK 0.310.980.00   0.08
XYZ29.592613.604478.9081
Yxy13.60440.24240.1114
Hunter Lab36.884178.6655-101.0232
CIE-Lab43.660281.7285-76.7835

#a104ea color RGB value is (161,4,234).

#a104ea hex color red value is 161, green value is 4 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a104ea hue: 0.78 , saturation: 0.97 and the lightness value of a104ea is 0.47.

The process color (four color CMYK) of #a104ea color hex is 0.31, 0.98, 0.00, 0.08. Web safe color of #a104ea is #9900ff. Color #a104ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00000100 11101010
Octal 241 4 352
Decimal 161 4 234
Hex A1 4 EA

RGB Percentages of Color #a104ea

%40.35
%1.00
%58.65

CMYK Percentages of Color #a104ea

%31
%98
%0
%8

Triadic Colors of #a104ea

#a104ea #eaa104 #04eaa1

Analogous Colors of #a104ea

#a104ea #ea04c0 #2e04ea

Monochromatic Colors of #a104ea

#a104ea

Complementary Color

#a104ea #4dea04

#a104ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a104ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a104ea Color CSS Codes

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

#a104ea Text Font Color

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

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


#a104ea Background Color

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

This div background color is #a104ea


#a104ea Border Color

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

This div border color is #a104ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a104ea


Comments

No comments written yet.

Please login to write comment.