Color Hex Logo

#842966 Color Hex

#842966
(132,41,102)
0 Favorites   0 Comments

Color spaces of #842966

RGB 13241102
HSL0.890.530.34
HSV320°69°52°
CMYK 0.000.690.23   0.48
XYZ12.70697.450713.3388
Yxy7.45070.37940.2224
Hunter Lab27.296035.3279-9.8662
CIE-Lab32.811745.2693-15.1724

#842966 color RGB value is (132,41,102).

#842966 hex color red value is 132, green value is 41 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #842966 hue: 0.89 , saturation: 0.53 and the lightness value of 842966 is 0.34.

The process color (four color CMYK) of #842966 color hex is 0.00, 0.69, 0.23, 0.48. Web safe color of #842966 is #993366. Color #842966 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101001 01100110
Octal 204 51 146
Decimal 132 41 102
Hex 84 29 66

RGB Percentages of Color #842966

%48.00
%14.91
%37.09

CMYK Percentages of Color #842966

%0
%69
%23
%48

Triadic Colors of #842966

#842966 #668429 #296684

Analogous Colors of #842966

#842966 #842939 #752984

Monochromatic Colors of #842966

#842966

Complementary Color

#842966 #298447

#842966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842966 Color CSS Codes

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

#842966 Text Font Color

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

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


#842966 Background Color

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

This div background color is #842966


#842966 Border Color

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

This div border color is #842966


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,41,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #842966; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #842966;
  -webkit-box-shadow: 1px 1px 3px 2px #842966;
  box-shadow:         1px 1px 3px 2px #842966; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842966


Comments

No comments written yet.

Please login to write comment.