Color Hex Logo

#842aac Color Hex

#842AAC
(132,42,172)
0 Favorites   0 Comments

Color spaces of #842aac

RGB 13242172
HSL0.780.610.42
HSV282°76°67°
CMYK 0.230.760.00   0.33
XYZ17.79019.540039.9335
Yxy9.54000.26450.1418
Hunter Lab30.886948.7596-55.0349
CIE-Lab37.003957.5465-51.7743

#842aac color RGB value is (132,42,172).

#842aac hex color red value is 132, green value is 42 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #842aac hue: 0.78 , saturation: 0.61 and the lightness value of 842aac is 0.42.

The process color (four color CMYK) of #842aac color hex is 0.23, 0.76, 0.00, 0.33. Web safe color of #842aac is #993399. Color #842aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101010 10101100
Octal 204 52 254
Decimal 132 42 172
Hex 84 2A AC

RGB Percentages of Color #842aac

%38.15
%12.14
%49.71

CMYK Percentages of Color #842aac

%23
%76
%0
%33

Triadic Colors of #842aac

#842aac #ac842a #2aac84

Analogous Colors of #842aac

#842aac #ac2a93 #432aac

Monochromatic Colors of #842aac

#842aac

Complementary Color

#842aac #52ac2a

#842aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#842aac Color CSS Codes

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

#842aac Text Font Color

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

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


#842aac Background Color

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

This div background color is #842aac


#842aac Border Color

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

This div border color is #842aac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,42,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #842aac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #842aac;
  -webkit-box-shadow: 1px 1px 3px 2px #842aac;
  box-shadow:         1px 1px 3px 2px #842aac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,42,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842aac


Comments

No comments written yet.

Please login to write comment.