Color Hex Logo

#a232bb Color Hex

#A232BB
(162,50,187)
0 Favorites   0 Comments

Color spaces of #a232bb

RGB 16250187
HSL0.800.580.46
HSV289°73°73°
CMYK 0.130.730.00   0.27
XYZ25.010513.550448.3110
Yxy13.55040.28790.1560
Hunter Lab36.810956.8597-52.0453
CIE-Lab43.581163.5889-49.8168

#a232bb color RGB value is (162,50,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110010 10111011
Octal 242 62 273
Decimal 162 50 187
Hex A2 32 BB

RGB Percentages of Color #a232bb

%40.60
%12.53
%46.87

CMYK Percentages of Color #a232bb

%13
%73
%0
%27

Triadic Colors of #a232bb

#a232bb #bba232 #32bba2

Analogous Colors of #a232bb

#a232bb #bb3290 #5e32bb

Monochromatic Colors of #a232bb

#a232bb

Complementary Color

#a232bb #4bbb32

#a232bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a232bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a232bb Color CSS Codes

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

#a232bb Text Font Color

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

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


#a232bb Background Color

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

This div background color is #a232bb


#a232bb Border Color

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

This div border color is #a232bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a232bb


Comments

No comments written yet.

Please login to write comment.