Color Hex Logo

#a32ebc Color Hex

#A32EBC
(163,46,188)
0 Favorites   0 Comments

Color spaces of #a32ebc

RGB 16346188
HSL0.800.610.46
HSV289°76°74°
CMYK 0.130.760.00   0.26
XYZ25.158413.371448.8319
Yxy13.37140.28800.1531
Hunter Lab36.566958.8176-53.5797
CIE-Lab43.317665.3550-50.8175

#a32ebc color RGB value is (163,46,188).

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

The process color (four color CMYK) of #a32ebc color hex is 0.13, 0.76, 0.00, 0.26. Web safe color of #a32ebc is #9933cc. Color #a32ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00101110 10111100
Octal 243 56 274
Decimal 163 46 188
Hex A3 2E BC

RGB Percentages of Color #a32ebc

%41.06
%11.59
%47.36

CMYK Percentages of Color #a32ebc

%13
%76
%0
%26

Triadic Colors of #a32ebc

#a32ebc #bca32e #2ebca3

Analogous Colors of #a32ebc

#a32ebc #bc2e8e #5c2ebc

Monochromatic Colors of #a32ebc

#a32ebc

Complementary Color

#a32ebc #47bc2e

#a32ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a32ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a32ebc Color CSS Codes

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

#a32ebc Text Font Color

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

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


#a32ebc Background Color

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

This div background color is #a32ebc


#a32ebc Border Color

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

This div border color is #a32ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a32ebc


Comments

No comments written yet.

Please login to write comment.