Color Hex Logo

#842777 Color Hex

#842777
(132,39,119)
0 Favorites   0 Comments

Color spaces of #842777

RGB 13239119
HSL0.860.540.34
HSV308°70°52°
CMYK 0.000.700.10   0.48
XYZ13.57107.688518.2215
Yxy7.68850.34370.1947
Hunter Lab27.728138.8391-19.5526
CIE-Lab33.325548.7230-25.1703

#842777 color RGB value is (132,39,119).

#842777 hex color red value is 132, green value is 39 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #842777 hue: 0.86 , saturation: 0.54 and the lightness value of 842777 is 0.34.

The process color (four color CMYK) of #842777 color hex is 0.00, 0.70, 0.10, 0.48. Web safe color of #842777 is #993366. Color #842777 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100111 01110111
Octal 204 47 167
Decimal 132 39 119
Hex 84 27 77

RGB Percentages of Color #842777

%45.52
%13.45
%41.03

CMYK Percentages of Color #842777

%0
%70
%10
%48

Triadic Colors of #842777

#842777 #778427 #277784

Analogous Colors of #842777

#842777 #842749 #632784

Monochromatic Colors of #842777

#842777

Complementary Color

#842777 #278434

#842777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842777 Color CSS Codes

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

#842777 Text Font Color

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

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


#842777 Background Color

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

This div background color is #842777


#842777 Border Color

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

This div border color is #842777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842777


Comments

No comments written yet.

Please login to write comment.