Color Hex Logo

#843458 Color Hex

#843458
(132,52,88)
0 Favorites   0 Comments

Color spaces of #843458

RGB 1325288
HSL0.930.430.36
HSV333°61°52°
CMYK 0.000.610.33   0.48
XYZ12.50528.066110.1303
Yxy8.06610.40730.2627
Hunter Lab28.400928.8938-1.2675
CIE-Lab34.120238.2693-4.2115

#843458 color RGB value is (132,52,88).

#843458 hex color red value is 132, green value is 52 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #843458 hue: 0.93 , saturation: 0.43 and the lightness value of 843458 is 0.36.

The process color (four color CMYK) of #843458 color hex is 0.00, 0.61, 0.33, 0.48. Web safe color of #843458 is #993366. Color #843458 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110100 01011000
Octal 204 64 130
Decimal 132 52 88
Hex 84 34 58

RGB Percentages of Color #843458

%48.53
%19.12
%32.35

CMYK Percentages of Color #843458

%0
%61
%33
%48

Triadic Colors of #843458

#843458 #588434 #345884

Analogous Colors of #843458

#843458 #843834 #843480

Monochromatic Colors of #843458

#843458

Complementary Color

#843458 #348460

#843458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843458 Color CSS Codes

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

#843458 Text Font Color

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

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


#843458 Background Color

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

This div background color is #843458


#843458 Border Color

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

This div border color is #843458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843458


Comments

No comments written yet.

Please login to write comment.