Color Hex Logo

#842aae Color Hex

#842AAE
(132,42,174)
0 Favorites   0 Comments

Color spaces of #842aae

RGB 13242174
HSL0.780.610.42
HSV281°76°68°
CMYK 0.240.760.00   0.32
XYZ17.98379.617540.9529
Yxy9.61750.26230.1403
Hunter Lab31.012149.2398-56.5867
CIE-Lab37.147057.9633-52.7354

#842aae color RGB value is (132,42,174).

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

The process color (four color CMYK) of #842aae color hex is 0.24, 0.76, 0.00, 0.32. Web safe color of #842aae is #993399. Color #842aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101010 10101110
Octal 204 52 256
Decimal 132 42 174
Hex 84 2A AE

RGB Percentages of Color #842aae

%37.93
%12.07
%50.00

CMYK Percentages of Color #842aae

%24
%76
%0
%32

Triadic Colors of #842aae

#842aae #ae842a #2aae84

Analogous Colors of #842aae

#842aae #ae2a96 #422aae

Monochromatic Colors of #842aae

#842aae

Complementary Color

#842aae #54ae2a

#842aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#842aae Color CSS Codes

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

#842aae Text Font Color

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

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


#842aae Background Color

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

This div background color is #842aae


#842aae Border Color

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

This div border color is #842aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842aae


Comments

No comments written yet.

Please login to write comment.