Color Hex Logo

#a832b6 Color Hex

#A832B6
(168,50,182)
0 Favorites   0 Comments

Color spaces of #a832b6

RGB 16850182
HSL0.820.570.45
HSV294°73°71°
CMYK 0.080.730.00   0.29
XYZ25.732513.983445.5988
Yxy13.98340.30160.1639
Hunter Lab37.394457.3925-46.1223
CIE-Lab44.209163.9359-45.8243

#a832b6 color RGB value is (168,50,182).

#a832b6 hex color red value is 168, green value is 50 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #a832b6 hue: 0.82 , saturation: 0.57 and the lightness value of a832b6 is 0.45.

The process color (four color CMYK) of #a832b6 color hex is 0.08, 0.73, 0.00, 0.29. Web safe color of #a832b6 is #9933cc. Color #a832b6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110010 10110110
Octal 250 62 266
Decimal 168 50 182
Hex A8 32 B6

RGB Percentages of Color #a832b6

%42.00
%12.50
%45.50

CMYK Percentages of Color #a832b6

%8
%73
%0
%29

Triadic Colors of #a832b6

#a832b6 #b6a832 #32b6a8

Analogous Colors of #a832b6

#a832b6 #b63282 #6632b6

Monochromatic Colors of #a832b6

#a832b6

Complementary Color

#a832b6 #40b632

#a832b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a832b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a832b6 Color CSS Codes

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

#a832b6 Text Font Color

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

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


#a832b6 Background Color

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

This div background color is #a832b6


#a832b6 Border Color

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

This div border color is #a832b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a832b6


Comments

No comments written yet.

Please login to write comment.