Color Hex Logo

#a142ea Color Hex

#A142EA
(161,66,234)
0 Favorites   0 Comments

Color spaces of #a142ea

RGB 16166234
HSL0.760.800.59
HSV274°72°92°
CMYK 0.310.720.00   0.08
XYZ31.497417.414079.5430
Yxy17.41400.24520.1356
Hunter Lab41.730161.7021-83.8034
CIE-Lab48.777566.7914-68.4410

#a142ea color RGB value is (161,66,234).

#a142ea hex color red value is 161, green value is 66 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a142ea hue: 0.76 , saturation: 0.80 and the lightness value of a142ea is 0.59.

The process color (four color CMYK) of #a142ea color hex is 0.31, 0.72, 0.00, 0.08. Web safe color of #a142ea is #9933ff. Color #a142ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000010 11101010
Octal 241 102 352
Decimal 161 66 234
Hex A1 42 EA

RGB Percentages of Color #a142ea

%34.92
%14.32
%50.76

CMYK Percentages of Color #a142ea

%31
%72
%0
%8

Triadic Colors of #a142ea

#a142ea #eaa142 #42eaa1

Analogous Colors of #a142ea

#a142ea #ea42df #4d42ea

Monochromatic Colors of #a142ea

#a142ea

Complementary Color

#a142ea #8bea42

#a142ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a142ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a142ea Color CSS Codes

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

#a142ea Text Font Color

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

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


#a142ea Background Color

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

This div background color is #a142ea


#a142ea Border Color

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

This div border color is #a142ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a142ea


Comments

No comments written yet.

Please login to write comment.