Color Hex Logo

#a241ff Color Hex

#A241FF
(162,65,255)
0 Favorites   0 Comments

Color spaces of #a241ff

RGB 16265255
HSL0.751.000.63
HSV271°75°100°
CMYK 0.360.750.00   0.00
XYZ34.840618.682096.3774
Yxy18.68200.23240.1246
Hunter Lab43.222768.2442-101.9482
CIE-Lab50.313172.0052-77.6968

#a241ff color RGB value is (162,65,255).

#a241ff hex color red value is 162, green value is 65 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a241ff hue: 0.75 , saturation: 1.00 and the lightness value of a241ff is 0.63.

The process color (four color CMYK) of #a241ff color hex is 0.36, 0.75, 0.00, 0.00. Web safe color of #a241ff is #9933ff. Color #a241ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000001 11111111
Octal 242 101 377
Decimal 162 65 255
Hex A2 41 FF

RGB Percentages of Color #a241ff

%33.61
%13.49
%52.90

CMYK Percentages of Color #a241ff

%36
%75
%0
%0

Triadic Colors of #a241ff

#a241ff #ffa241 #41ffa2

Analogous Colors of #a241ff

#a241ff #ff41fd #4341ff

Monochromatic Colors of #a241ff

#a241ff

Complementary Color

#a241ff #9eff41

#a241ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a241ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a241ff Color CSS Codes

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

#a241ff Text Font Color

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

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


#a241ff Background Color

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

This div background color is #a241ff


#a241ff Border Color

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

This div border color is #a241ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,65,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a241ff

#a241ff Color Palettes


Comments

No comments written yet.

Please login to write comment.