Color Hex Logo

#a32afd Color Hex

#A32AFD
(163,42,253)
0 Favorites   0 Comments

Color spaces of #a32afd

RGB 16342253
HSL0.760.980.58
HSV274°83°99°
CMYK 0.360.830.00   0.01
XYZ33.661816.534394.3458
Yxy16.53430.23290.1144
Hunter Lab40.662476.6096-109.1023
CIE-Lab47.667879.3251-80.8987

#a32afd color RGB value is (163,42,253).

#a32afd hex color red value is 163, green value is 42 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a32afd hue: 0.76 , saturation: 0.98 and the lightness value of a32afd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00101010 11111101
Octal 243 52 375
Decimal 163 42 253
Hex A3 2A FD

RGB Percentages of Color #a32afd

%35.59
%9.17
%55.24

CMYK Percentages of Color #a32afd

%36
%83
%0
%1

Triadic Colors of #a32afd

#a32afd #fda32a #2afda3

Analogous Colors of #a32afd

#a32afd #fd2aee #3a2afd

Monochromatic Colors of #a32afd

#a32afd

Complementary Color

#a32afd #84fd2a

#a32afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a32afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a32afd Color CSS Codes

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

#a32afd Text Font Color

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

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


#a32afd Background Color

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

This div background color is #a32afd


#a32afd Border Color

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

This div border color is #a32afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a32afd


Comments

No comments written yet.

Please login to write comment.