Color Hex Logo

#a32fbd Color Hex

#A32FBD
(163,47,189)
0 Favorites   0 Comments

Color spaces of #a32fbd

RGB 16347189
HSL0.800.600.46
HSV289°75°74°
CMYK 0.140.750.00   0.26
XYZ25.306113.493749.4149
Yxy13.49370.28690.1530
Hunter Lab36.733858.6855-54.0443
CIE-Lab43.497965.2049-51.1134

#a32fbd color RGB value is (163,47,189).

#a32fbd hex color red value is 163, green value is 47 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a32fbd hue: 0.80 , saturation: 0.60 and the lightness value of a32fbd is 0.46.

The process color (four color CMYK) of #a32fbd color hex is 0.14, 0.75, 0.00, 0.26. Web safe color of #a32fbd is #9933cc. Color #a32fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00101111 10111101
Octal 243 57 275
Decimal 163 47 189
Hex A3 2F BD

RGB Percentages of Color #a32fbd

%40.85
%11.78
%47.37

CMYK Percentages of Color #a32fbd

%14
%75
%0
%26

Triadic Colors of #a32fbd

#a32fbd #bda32f #2fbda3

Analogous Colors of #a32fbd

#a32fbd #bd2f90 #5c2fbd

Monochromatic Colors of #a32fbd

#a32fbd

Complementary Color

#a32fbd #49bd2f

#a32fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a32fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a32fbd Color CSS Codes

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

#a32fbd Text Font Color

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

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


#a32fbd Background Color

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

This div background color is #a32fbd


#a32fbd Border Color

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

This div border color is #a32fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a32fbd


Comments

No comments written yet.

Please login to write comment.