Color Hex Logo

#a32ceb Color Hex

#A32CEB
(163,44,235)
0 Favorites   0 Comments

Color spaces of #a32ceb

RGB 16344235
HSL0.770.830.55
HSV277°81°92°
CMYK 0.310.810.00   0.08
XYZ31.000315.586179.9718
Yxy15.58610.24490.1232
Hunter Lab39.479271.0750-92.4664
CIE-Lab46.426775.0942-72.8172

#a32ceb color RGB value is (163,44,235).

#a32ceb hex color red value is 163, green value is 44 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a32ceb hue: 0.77 , saturation: 0.83 and the lightness value of a32ceb is 0.55.

The process color (four color CMYK) of #a32ceb color hex is 0.31, 0.81, 0.00, 0.08. Web safe color of #a32ceb is #9933ff. Color #a32ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00101100 11101011
Octal 243 54 353
Decimal 163 44 235
Hex A3 2C EB

RGB Percentages of Color #a32ceb

%36.88
%9.95
%53.17

CMYK Percentages of Color #a32ceb

%31
%81
%0
%8

Triadic Colors of #a32ceb

#a32ceb #eba32c #2ceba3

Analogous Colors of #a32ceb

#a32ceb #eb2cd4 #432ceb

Monochromatic Colors of #a32ceb

#a32ceb

Complementary Color

#a32ceb #74eb2c

#a32ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a32ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a32ceb Color CSS Codes

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

#a32ceb Text Font Color

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

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


#a32ceb Background Color

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

This div background color is #a32ceb


#a32ceb Border Color

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

This div border color is #a32ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a32ceb


Comments

No comments written yet.

Please login to write comment.