Color Hex Logo

#a32ebe Color Hex

#A32EBE
(163,46,190)
0 Favorites   0 Comments

Color spaces of #a32ebe

RGB 16346190
HSL0.800.610.46
HSV289°76°75°
CMYK 0.140.760.00   0.25
XYZ25.375513.458249.9755
Yxy13.45820.28570.1515
Hunter Lab36.685459.2699-55.0893
CIE-Lab43.445765.7238-51.7825

#a32ebe color RGB value is (163,46,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00101110 10111110
Octal 243 56 276
Decimal 163 46 190
Hex A3 2E BE

RGB Percentages of Color #a32ebe

%40.85
%11.53
%47.62

CMYK Percentages of Color #a32ebe

%14
%76
%0
%25

Triadic Colors of #a32ebe

#a32ebe #bea32e #2ebea3

Analogous Colors of #a32ebe

#a32ebe #be2e91 #5b2ebe

Monochromatic Colors of #a32ebe

#a32ebe

Complementary Color

#a32ebe #49be2e

#a32ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a32ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a32ebe Color CSS Codes

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

#a32ebe Text Font Color

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

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


#a32ebe Background Color

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

This div background color is #a32ebe


#a32ebe Border Color

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

This div border color is #a32ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a32ebe


Comments

No comments written yet.

Please login to write comment.