Color Hex Logo

#a243ff Color Hex

#A243FF
(162,67,255)
0 Favorites   0 Comments

Color spaces of #a243ff

RGB 16267255
HSL0.751.000.63
HSV270°74°100°
CMYK 0.360.740.00   0.00
XYZ34.957418.915796.4164
Yxy18.91570.23260.1259
Hunter Lab43.492267.3603-100.9935
CIE-Lab50.588471.2177-77.2479

#a243ff color RGB value is (162,67,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000011 11111111
Octal 242 103 377
Decimal 162 67 255
Hex A2 43 FF

RGB Percentages of Color #a243ff

%33.47
%13.84
%52.69

CMYK Percentages of Color #a243ff

%36
%74
%0
%0

Triadic Colors of #a243ff

#a243ff #ffa243 #43ffa2

Analogous Colors of #a243ff

#a243ff #ff43fe #4443ff

Monochromatic Colors of #a243ff

#a243ff

Complementary Color

#a243ff #a0ff43

#a243ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a243ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a243ff Color CSS Codes

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

#a243ff Text Font Color

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

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


#a243ff Background Color

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

This div background color is #a243ff


#a243ff Border Color

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

This div border color is #a243ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a243ff

Related Colors


Comments

No comments written yet.

Please login to write comment.