Color Hex Logo

#845788 Color Hex

#845788
(132,87,136)
0 Favorites   0 Comments

Color spaces of #845788

RGB 13287136
HSL0.820.220.44
HSV295°36°53°
CMYK 0.030.360.00   0.47
XYZ17.367813.499524.9828
Yxy13.49950.31100.2417
Hunter Lab36.741720.0791-14.5956
CIE-Lab43.506427.2369-19.8428

#845788 color RGB value is (132,87,136).

#845788 hex color red value is 132, green value is 87 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #845788 hue: 0.82 , saturation: 0.22 and the lightness value of 845788 is 0.44.

The process color (four color CMYK) of #845788 color hex is 0.03, 0.36, 0.00, 0.47. Web safe color of #845788 is #996699. Color #845788 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010111 10001000
Octal 204 127 210
Decimal 132 87 136
Hex 84 57 88

RGB Percentages of Color #845788

%37.18
%24.51
%38.31

CMYK Percentages of Color #845788

%3
%36
%0
%47

Triadic Colors of #845788

#845788 #888457 #578884

Analogous Colors of #845788

#845788 #885774 #6c5788

Monochromatic Colors of #845788

#845788

Complementary Color

#845788 #5b8857

#845788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#845788 Color CSS Codes

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

#845788 Text Font Color

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

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


#845788 Background Color

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

This div background color is #845788


#845788 Border Color

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

This div border color is #845788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845788


Comments

No comments written yet.

Please login to write comment.