Color Hex Logo

#842b74 Color Hex

#842B74
(132,43,116)
0 Favorites   0 Comments

Color spaces of #842b74

RGB 13243116
HSL0.860.510.34
HSV311°67°52°
CMYK 0.000.670.12   0.48
XYZ13.53207.894217.3335
Yxy7.89420.34910.2037
Hunter Lab28.096636.8008-16.9098
CIE-Lab33.761646.5931-22.5982

#842b74 color RGB value is (132,43,116).

#842b74 hex color red value is 132, green value is 43 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #842b74 hue: 0.86 , saturation: 0.51 and the lightness value of 842b74 is 0.34.

The process color (four color CMYK) of #842b74 color hex is 0.00, 0.67, 0.12, 0.48. Web safe color of #842b74 is #993366. Color #842b74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101011 01110100
Octal 204 53 164
Decimal 132 43 116
Hex 84 2B 74

RGB Percentages of Color #842b74

%45.36
%14.78
%39.86

CMYK Percentages of Color #842b74

%0
%67
%12
%48

Triadic Colors of #842b74

#842b74 #74842b #2b7484

Analogous Colors of #842b74

#842b74 #842b48 #682b84

Monochromatic Colors of #842b74

#842b74

Complementary Color

#842b74 #2b843b

#842b74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842b74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842b74 Color CSS Codes

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

#842b74 Text Font Color

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

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


#842b74 Background Color

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

This div background color is #842b74


#842b74 Border Color

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

This div border color is #842b74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842b74


Comments

No comments written yet.

Please login to write comment.