Color Hex Logo

#841aaf Color Hex

#841AAF
(132,26,175)
0 Favorites   0 Comments

Color spaces of #841aaf

RGB 13226175
HSL0.790.740.39
HSV283°85°69°
CMYK 0.250.850.00   0.31
XYZ17.62308.739541.3155
Yxy8.73950.26040.1291
Hunter Lab29.562654.6735-62.1673
CIE-Lab35.477863.2259-56.0382

#841aaf color RGB value is (132,26,175).

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

The process color (four color CMYK) of #841aaf color hex is 0.25, 0.85, 0.00, 0.31. Web safe color of #841aaf is #993399. Color #841aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011010 10101111
Octal 204 32 257
Decimal 132 26 175
Hex 84 1A AF

RGB Percentages of Color #841aaf

%39.64
%7.81
%52.55

CMYK Percentages of Color #841aaf

%25
%85
%0
%31

Triadic Colors of #841aaf

#841aaf #af841a #1aaf84

Analogous Colors of #841aaf

#841aaf #af1a90 #391aaf

Monochromatic Colors of #841aaf

#841aaf

Complementary Color

#841aaf #45af1a

#841aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#841aaf Color CSS Codes

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

#841aaf Text Font Color

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

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


#841aaf Background Color

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

This div background color is #841aaf


#841aaf Border Color

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

This div border color is #841aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841aaf


Comments

No comments written yet.

Please login to write comment.