Color Hex Logo

#840468 Color Hex

#840468
(132,4,104)
0 Favorites   0 Comments

Color spaces of #840468

RGB 1324104
HSL0.870.940.27
HSV313°97°52°
CMYK 0.000.970.21   0.48
XYZ12.05785.991813.6177
Yxy5.99180.38080.1892
Hunter Lab24.478245.0913-15.8495
CIE-Lab29.391855.5807-21.7563

#840468 color RGB value is (132,4,104).

#840468 hex color red value is 132, green value is 4 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #840468 hue: 0.87 , saturation: 0.94 and the lightness value of 840468 is 0.27.

The process color (four color CMYK) of #840468 color hex is 0.00, 0.97, 0.21, 0.48. Web safe color of #840468 is #990066. Color #840468 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00000100 01101000
Octal 204 4 150
Decimal 132 4 104
Hex 84 4 68

RGB Percentages of Color #840468

%55.00
%1.67
%43.33

CMYK Percentages of Color #840468

%0
%97
%21
%48

Triadic Colors of #840468

#840468 #688404 #046884

Analogous Colors of #840468

#840468 #840428 #600484

Monochromatic Colors of #840468

#840468

Complementary Color

#840468 #048420

#840468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#840468 Color CSS Codes

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

#840468 Text Font Color

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

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


#840468 Background Color

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

This div background color is #840468


#840468 Border Color

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

This div border color is #840468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840468


Comments

No comments written yet.

Please login to write comment.