Color Hex Logo

#845187 Color Hex

#845187
(132,81,135)
0 Favorites   0 Comments

Color spaces of #845187

RGB 13281135
HSL0.820.250.42
HSV297°40°53°
CMYK 0.020.400.00   0.47
XYZ16.831312.539724.4550
Yxy12.53970.31270.2330
Hunter Lab35.411422.8723-16.1574
CIE-Lab42.061330.5136-21.4660

#845187 color RGB value is (132,81,135).

#845187 hex color red value is 132, green value is 81 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #845187 hue: 0.82 , saturation: 0.25 and the lightness value of 845187 is 0.42.

The process color (four color CMYK) of #845187 color hex is 0.02, 0.40, 0.00, 0.47. Web safe color of #845187 is #996699. Color #845187 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010001 10000111
Octal 204 121 207
Decimal 132 81 135
Hex 84 51 87

RGB Percentages of Color #845187

%37.93
%23.28
%38.79

CMYK Percentages of Color #845187

%2
%40
%0
%47

Triadic Colors of #845187

#845187 #878451 #518784

Analogous Colors of #845187

#845187 #87516f #695187

Monochromatic Colors of #845187

#845187

Complementary Color

#845187 #548751

#845187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#845187 Color CSS Codes

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

#845187 Text Font Color

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

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


#845187 Background Color

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

This div background color is #845187


#845187 Border Color

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

This div border color is #845187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845187


Comments

No comments written yet.

Please login to write comment.