Color Hex Logo

#a362ff Color Hex

#A362FF
(163,98,255)
0 Favorites   0 Comments

Color spaces of #a362ff

RGB 16398255
HSL0.741.000.69
HSV265°62°100°
CMYK 0.360.620.00   0.00
XYZ37.521923.741997.2128
Yxy23.74190.23680.1498
Hunter Lab48.725752.1866-84.1818
CIE-Lab55.828457.1857-68.7408

#a362ff color RGB value is (163,98,255).

#a362ff hex color red value is 163, green value is 98 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a362ff hue: 0.74 , saturation: 1.00 and the lightness value of a362ff is 0.69.

The process color (four color CMYK) of #a362ff color hex is 0.36, 0.62, 0.00, 0.00. Web safe color of #a362ff is #9966ff. Color #a362ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100010 11111111
Octal 243 142 377
Decimal 163 98 255
Hex A3 62 FF

RGB Percentages of Color #a362ff

%31.59
%18.99
%49.42

CMYK Percentages of Color #a362ff

%36
%62
%0
%0

Triadic Colors of #a362ff

#a362ff #ffa362 #62ffa3

Analogous Colors of #a362ff

#a362ff #f262ff #6270ff

Monochromatic Colors of #a362ff

#a362ff

Complementary Color

#a362ff #beff62

#a362ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a362ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a362ff Color CSS Codes

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

#a362ff Text Font Color

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

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


#a362ff Background Color

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

This div background color is #a362ff


#a362ff Border Color

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

This div border color is #a362ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a362ff

Related Colors


Comments

No comments written yet.

Please login to write comment.