Color Hex Logo

#a362fe Color Hex

#A362FE
(163,98,254)
0 Favorites   0 Comments

Color spaces of #a362fe

RGB 16398254
HSL0.740.990.69
HSV265°61°100°
CMYK 0.360.610.00   0.00
XYZ37.361323.677796.3670
Yxy23.67770.23740.1504
Hunter Lab48.659751.8991-83.3576
CIE-Lab55.763656.9410-68.2924

#a362fe color RGB value is (163,98,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100010 11111110
Octal 243 142 376
Decimal 163 98 254
Hex A3 62 FE

RGB Percentages of Color #a362fe

%31.65
%19.03
%49.32

CMYK Percentages of Color #a362fe

%36
%61
%0
%0

Triadic Colors of #a362fe

#a362fe #fea362 #62fea3

Analogous Colors of #a362fe

#a362fe #f162fe #626ffe

Monochromatic Colors of #a362fe

#a362fe

Complementary Color

#a362fe #bdfe62

#a362fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a362fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a362fe Color CSS Codes

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

#a362fe Text Font Color

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

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


#a362fe Background Color

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

This div background color is #a362fe


#a362fe Border Color

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

This div border color is #a362fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,98,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a362fe


Comments

No comments written yet.

Please login to write comment.