Color Hex Logo

#a32fbe Color Hex

#A32FBE
(163,47,190)
0 Favorites   0 Comments

Color spaces of #a32fbe

RGB 16347190
HSL0.800.600.46
HSV289°75°75°
CMYK 0.140.750.00   0.25
XYZ25.415013.537349.9886
Yxy13.53730.28580.1522
Hunter Lab36.793158.9119-54.7987
CIE-Lab43.561965.3897-51.5956

#a32fbe color RGB value is (163,47,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00101111 10111110
Octal 243 57 276
Decimal 163 47 190
Hex A3 2F BE

RGB Percentages of Color #a32fbe

%40.75
%11.75
%47.50

CMYK Percentages of Color #a32fbe

%14
%75
%0
%25

Triadic Colors of #a32fbe

#a32fbe #bea32f #2fbea3

Analogous Colors of #a32fbe

#a32fbe #be2f92 #5c2fbe

Monochromatic Colors of #a32fbe

#a32fbe

Complementary Color

#a32fbe #4abe2f

#a32fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a32fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a32fbe Color CSS Codes

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

#a32fbe Text Font Color

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

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


#a32fbe Background Color

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

This div background color is #a32fbe


#a32fbe Border Color

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

This div border color is #a32fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a32fbe


Comments

No comments written yet.

Please login to write comment.