Color Hex Logo

#843d68 Color Hex

#843D68
(132,61,104)
0 Favorites   0 Comments

Color spaces of #843d68

RGB 13261104
HSL0.900.370.38
HSV324°54°52°
CMYK 0.000.540.21   0.48
XYZ13.68329.242514.1595
Yxy9.24250.36900.2492
Hunter Lab30.401527.1373-6.3333
CIE-Lab36.447135.9865-10.9012

#843d68 color RGB value is (132,61,104).

#843d68 hex color red value is 132, green value is 61 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #843d68 hue: 0.90 , saturation: 0.37 and the lightness value of 843d68 is 0.38.

The process color (four color CMYK) of #843d68 color hex is 0.00, 0.54, 0.21, 0.48. Web safe color of #843d68 is #993366. Color #843d68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111101 01101000
Octal 204 75 150
Decimal 132 61 104
Hex 84 3D 68

RGB Percentages of Color #843d68

%44.44
%20.54
%35.02

CMYK Percentages of Color #843d68

%0
%54
%21
%48

Triadic Colors of #843d68

#843d68 #68843d #3d6884

Analogous Colors of #843d68

#843d68 #843d44 #7d3d84

Monochromatic Colors of #843d68

#843d68

Complementary Color

#843d68 #3d8459

#843d68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843d68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843d68 Color CSS Codes

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

#843d68 Text Font Color

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

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


#843d68 Background Color

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

This div background color is #843d68


#843d68 Border Color

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

This div border color is #843d68


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,61,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 #843d68">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843d68


Comments

No comments written yet.

Please login to write comment.