Color Hex Logo

#841a73 Color Hex

#841A73
(132,26,115)
0 Favorites   0 Comments

Color spaces of #841a73

RGB 13226115
HSL0.860.670.31
HSV310°80°52°
CMYK 0.000.800.13   0.48
XYZ12.97966.882116.8639
Yxy6.88210.35340.1874
Hunter Lab26.233842.4069-19.7499
CIE-Lab31.537052.5797-25.4459

#841a73 color RGB value is (132,26,115).

#841a73 hex color red value is 132, green value is 26 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #841a73 hue: 0.86 , saturation: 0.67 and the lightness value of 841a73 is 0.31.

The process color (four color CMYK) of #841a73 color hex is 0.00, 0.80, 0.13, 0.48. Web safe color of #841a73 is #993366. Color #841a73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011010 01110011
Octal 204 32 163
Decimal 132 26 115
Hex 84 1A 73

RGB Percentages of Color #841a73

%48.35
%9.52
%42.12

CMYK Percentages of Color #841a73

%0
%80
%13
%48

Triadic Colors of #841a73

#841a73 #73841a #1a7384

Analogous Colors of #841a73

#841a73 #841a3e #601a84

Monochromatic Colors of #841a73

#841a73

Complementary Color

#841a73 #1a842b

#841a73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841a73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#841a73 Color CSS Codes

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

#841a73 Text Font Color

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

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


#841a73 Background Color

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

This div background color is #841a73


#841a73 Border Color

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

This div border color is #841a73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841a73


Comments

No comments written yet.

Please login to write comment.