Color Hex Logo

#a432eb Color Hex

#A432EB
(164,50,235)
0 Favorites   0 Comments

Color spaces of #a432eb

RGB 16450235
HSL0.770.820.56
HSV277°79°92°
CMYK 0.300.790.00   0.08
XYZ31.445816.171980.0614
Yxy16.17190.24630.1267
Hunter Lab40.214369.2041-89.8886
CIE-Lab47.199273.4053-71.5527

#a432eb color RGB value is (164,50,235).

#a432eb hex color red value is 164, green value is 50 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a432eb hue: 0.77 , saturation: 0.82 and the lightness value of a432eb is 0.56.

The process color (four color CMYK) of #a432eb color hex is 0.30, 0.79, 0.00, 0.08. Web safe color of #a432eb is #9933ff. Color #a432eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110010 11101011
Octal 244 62 353
Decimal 164 50 235
Hex A4 32 EB

RGB Percentages of Color #a432eb

%36.53
%11.14
%52.34

CMYK Percentages of Color #a432eb

%30
%79
%0
%8

Triadic Colors of #a432eb

#a432eb #eba432 #32eba4

Analogous Colors of #a432eb

#a432eb #eb32d6 #4832eb

Monochromatic Colors of #a432eb

#a432eb

Complementary Color

#a432eb #79eb32

#a432eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a432eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a432eb Color CSS Codes

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

#a432eb Text Font Color

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

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


#a432eb Background Color

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

This div background color is #a432eb


#a432eb Border Color

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

This div border color is #a432eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a432eb


Comments

No comments written yet.

Please login to write comment.