Color Hex Logo

#a132cb Color Hex

#A132CB
(161,50,203)
0 Favorites   0 Comments

Color spaces of #a132cb

RGB 16150203
HSL0.790.600.50
HSV284°75°80°
CMYK 0.210.750.00   0.20
XYZ26.618014.170157.8321
Yxy14.17010.26990.1437
Hunter Lab37.643260.3441-64.7383
CIE-Lab44.475966.4545-57.7006

#a132cb color RGB value is (161,50,203).

#a132cb hex color red value is 161, green value is 50 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a132cb hue: 0.79 , saturation: 0.60 and the lightness value of a132cb is 0.50.

The process color (four color CMYK) of #a132cb color hex is 0.21, 0.75, 0.00, 0.20. Web safe color of #a132cb is #9933cc. Color #a132cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110010 11001011
Octal 241 62 313
Decimal 161 50 203
Hex A1 32 CB

RGB Percentages of Color #a132cb

%38.89
%12.08
%49.03

CMYK Percentages of Color #a132cb

%21
%75
%0
%20

Triadic Colors of #a132cb

#a132cb #cba132 #32cba1

Analogous Colors of #a132cb

#a132cb #cb32a9 #5432cb

Monochromatic Colors of #a132cb

#a132cb

Complementary Color

#a132cb #5ccb32

#a132cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a132cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a132cb Color CSS Codes

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

#a132cb Text Font Color

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

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


#a132cb Background Color

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

This div background color is #a132cb


#a132cb Border Color

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

This div border color is #a132cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a132cb


Comments

No comments written yet.

Please login to write comment.