Color Hex Logo

#a32ffd Color Hex

#A32FFD
(163,47,253)
0 Favorites   0 Comments

Color spaces of #a32ffd

RGB 16347253
HSL0.760.980.59
HSV274°81°99°
CMYK 0.360.810.00   0.01
XYZ33.850416.911494.4086
Yxy16.91140.23320.1165
Hunter Lab41.123574.9645-107.3277
CIE-Lab48.148277.9139-80.1127

#a32ffd color RGB value is (163,47,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00101111 11111101
Octal 243 57 375
Decimal 163 47 253
Hex A3 2F FD

RGB Percentages of Color #a32ffd

%35.21
%10.15
%54.64

CMYK Percentages of Color #a32ffd

%36
%81
%0
%1

Triadic Colors of #a32ffd

#a32ffd #fda32f #2ffda3

Analogous Colors of #a32ffd

#a32ffd #fd2ff0 #3c2ffd

Monochromatic Colors of #a32ffd

#a32ffd

Complementary Color

#a32ffd #89fd2f

#a32ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a32ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a32ffd Color CSS Codes

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

#a32ffd Text Font Color

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

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


#a32ffd Background Color

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

This div background color is #a32ffd


#a32ffd Border Color

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

This div border color is #a32ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a32ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.