Color Hex Logo

#a241ea Color Hex

#A241EA
(162,65,234)
0 Favorites   0 Comments

Color spaces of #a241ea

RGB 16265234
HSL0.760.800.59
HSV274°72°92°
CMYK 0.310.720.00   0.08
XYZ31.641917.402579.5332
Yxy17.40250.24610.1353
Hunter Lab41.716362.3891-83.8365
CIE-Lab48.763267.3812-68.4582

#a241ea color RGB value is (162,65,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000001 11101010
Octal 242 101 352
Decimal 162 65 234
Hex A2 41 EA

RGB Percentages of Color #a241ea

%35.14
%14.10
%50.76

CMYK Percentages of Color #a241ea

%31
%72
%0
%8

Triadic Colors of #a241ea

#a241ea #eaa241 #41eaa2

Analogous Colors of #a241ea

#a241ea #ea41de #4e41ea

Monochromatic Colors of #a241ea

#a241ea

Complementary Color

#a241ea #89ea41

#a241ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a241ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a241ea Color CSS Codes

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

#a241ea Text Font Color

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

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


#a241ea Background Color

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

This div background color is #a241ea


#a241ea Border Color

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

This div border color is #a241ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a241ea


Comments

No comments written yet.

Please login to write comment.