Color Hex Logo

#842691 Color Hex

#842691
(132,38,145)
0 Favorites   0 Comments

Color spaces of #842691

RGB 13238145
HSL0.810.580.36
HSV293°74°57°
CMYK 0.090.740.00   0.43
XYZ15.31978.336127.5897
Yxy8.33610.29890.1627
Hunter Lab28.872344.1859-36.4455
CIE-Lab34.673353.6883-39.1911

#842691 color RGB value is (132,38,145).

#842691 hex color red value is 132, green value is 38 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #842691 hue: 0.81 , saturation: 0.58 and the lightness value of 842691 is 0.36.

The process color (four color CMYK) of #842691 color hex is 0.09, 0.74, 0.00, 0.43. Web safe color of #842691 is #993399. Color #842691 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100110 10010001
Octal 204 46 221
Decimal 132 38 145
Hex 84 26 91

RGB Percentages of Color #842691

%41.90
%12.06
%46.03

CMYK Percentages of Color #842691

%9
%74
%0
%43

Triadic Colors of #842691

#842691 #918426 #269184

Analogous Colors of #842691

#842691 #912669 #4f2691

Monochromatic Colors of #842691

#842691

Complementary Color

#842691 #339126

#842691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842691 Color CSS Codes

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

#842691 Text Font Color

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

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


#842691 Background Color

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

This div background color is #842691


#842691 Border Color

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

This div border color is #842691


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842691


Comments

No comments written yet.

Please login to write comment.