Color Hex Logo

#842985 Color Hex

#842985
(132,41,133)
0 Favorites   0 Comments

Color spaces of #842985

RGB 13241133
HSL0.830.530.34
HSV299°69°52°
CMYK 0.010.690.00   0.48
XYZ14.54238.184923.0037
Yxy8.18490.31800.1790
Hunter Lab28.609340.6667-27.6465
CIE-Lab34.365050.3341-32.2813

#842985 color RGB value is (132,41,133).

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

The process color (four color CMYK) of #842985 color hex is 0.01, 0.69, 0.00, 0.48. Web safe color of #842985 is #993399. Color #842985 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101001 10000101
Octal 204 51 205
Decimal 132 41 133
Hex 84 29 85

RGB Percentages of Color #842985

%43.14
%13.40
%43.46

CMYK Percentages of Color #842985

%1
%69
%0
%48

Triadic Colors of #842985

#842985 #858429 #298584

Analogous Colors of #842985

#842985 #852958 #562985

Monochromatic Colors of #842985

#842985

Complementary Color

#842985 #2a8529

#842985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842985 Color CSS Codes

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

#842985 Text Font Color

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

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


#842985 Background Color

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

This div background color is #842985


#842985 Border Color

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

This div border color is #842985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842985


Comments

No comments written yet.

Please login to write comment.