Color Hex Logo

#a331bb Color Hex

#A331BB
(163,49,187)
0 Favorites   0 Comments

Color spaces of #a331bb

RGB 16349187
HSL0.800.580.46
HSV290°74°73°
CMYK 0.130.740.00   0.27
XYZ25.172213.571048.3065
Yxy13.57100.28920.1559
Hunter Lab36.838857.5022-51.9594
CIE-Lab43.611364.1478-49.7601

#a331bb color RGB value is (163,49,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110001 10111011
Octal 243 61 273
Decimal 163 49 187
Hex A3 31 BB

RGB Percentages of Color #a331bb

%40.85
%12.28
%46.87

CMYK Percentages of Color #a331bb

%13
%74
%0
%27

Triadic Colors of #a331bb

#a331bb #bba331 #31bba3

Analogous Colors of #a331bb

#a331bb #bb318e #5e31bb

Monochromatic Colors of #a331bb

#a331bb

Complementary Color

#a331bb #49bb31

#a331bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a331bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a331bb Color CSS Codes

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

#a331bb Text Font Color

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

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


#a331bb Background Color

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

This div background color is #a331bb


#a331bb Border Color

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

This div border color is #a331bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a331bb


Comments

No comments written yet.

Please login to write comment.