Color Hex Logo

#a332de Color Hex

#A332DE
(163,50,222)
0 Favorites   0 Comments

Color spaces of #a332de

RGB 16350222
HSL0.780.720.53
HSV279°77°87°
CMYK 0.270.770.00   0.13
XYZ29.429715.341770.5174
Yxy15.34170.25530.1331
Hunter Lab39.168565.5732-79.3255
CIE-Lab46.098770.5946-65.9715

#a332de color RGB value is (163,50,222).

#a332de hex color red value is 163, green value is 50 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a332de hue: 0.78 , saturation: 0.72 and the lightness value of a332de is 0.53.

The process color (four color CMYK) of #a332de color hex is 0.27, 0.77, 0.00, 0.13. Web safe color of #a332de is #9933cc. Color #a332de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110010 11011110
Octal 243 62 336
Decimal 163 50 222
Hex A3 32 DE

RGB Percentages of Color #a332de

%37.47
%11.49
%51.03

CMYK Percentages of Color #a332de

%27
%77
%0
%13

Triadic Colors of #a332de

#a332de #dea332 #32dea3

Analogous Colors of #a332de

#a332de #de32c3 #4d32de

Monochromatic Colors of #a332de

#a332de

Complementary Color

#a332de #6dde32

#a332de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a332de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a332de Color CSS Codes

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

#a332de Text Font Color

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

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


#a332de Background Color

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

This div background color is #a332de


#a332de Border Color

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

This div border color is #a332de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a332de


Comments

No comments written yet.

Please login to write comment.