Color Hex Logo

#842365 Color Hex

#842365
(132,35,101)
0 Favorites   0 Comments

Color spaces of #842365

RGB 13235101
HSL0.890.580.33
HSV319°73°52°
CMYK 0.000.730.23   0.48
XYZ12.46577.047213.0151
Yxy7.04720.38320.2167
Hunter Lab26.546637.3633-10.4858
CIE-Lab31.914147.5101-15.9098

#842365 color RGB value is (132,35,101).

#842365 hex color red value is 132, green value is 35 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #842365 hue: 0.89 , saturation: 0.58 and the lightness value of 842365 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100011 01100101
Octal 204 43 145
Decimal 132 35 101
Hex 84 23 65

RGB Percentages of Color #842365

%49.25
%13.06
%37.69

CMYK Percentages of Color #842365

%0
%73
%23
%48

Triadic Colors of #842365

#842365 #658423 #236584

Analogous Colors of #842365

#842365 #842335 #732384

Monochromatic Colors of #842365

#842365

Complementary Color

#842365 #238442

#842365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842365 Color CSS Codes

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

#842365 Text Font Color

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

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


#842365 Background Color

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

This div background color is #842365


#842365 Border Color

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

This div border color is #842365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842365


Comments

No comments written yet.

Please login to write comment.