Color Hex Logo

#841aae Color Hex

#841AAE
(132,26,174)
0 Favorites   0 Comments

Color spaces of #841aae

RGB 13226174
HSL0.790.740.39
HSV283°85°68°
CMYK 0.240.850.00   0.32
XYZ17.52518.700340.8001
Yxy8.70030.26150.1298
Hunter Lab29.496354.4366-61.3643
CIE-Lab35.400763.0292-55.5664

#841aae color RGB value is (132,26,174).

#841aae hex color red value is 132, green value is 26 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #841aae hue: 0.79 , saturation: 0.74 and the lightness value of 841aae is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011010 10101110
Octal 204 32 256
Decimal 132 26 174
Hex 84 1A AE

RGB Percentages of Color #841aae

%39.76
%7.83
%52.41

CMYK Percentages of Color #841aae

%24
%85
%0
%32

Triadic Colors of #841aae

#841aae #ae841a #1aae84

Analogous Colors of #841aae

#841aae #ae1a8e #3a1aae

Monochromatic Colors of #841aae

#841aae

Complementary Color

#841aae #44ae1a

#841aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#841aae Color CSS Codes

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

#841aae Text Font Color

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

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


#841aae Background Color

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

This div background color is #841aae


#841aae Border Color

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

This div border color is #841aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,26,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 #841aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841aae


Comments

No comments written yet.

Please login to write comment.