Color Hex Logo

#845381 Color Hex

#845381
(132,83,129)
0 Favorites   0 Comments

Color spaces of #845381

RGB 13283129
HSL0.840.230.42
HSV304°37°52°
CMYK 0.000.370.02   0.48
XYZ16.571412.677022.3424
Yxy12.67700.32120.2457
Hunter Lab35.604820.7702-12.2818
CIE-Lab42.272528.1508-17.4952

#845381 color RGB value is (132,83,129).

#845381 hex color red value is 132, green value is 83 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #845381 hue: 0.84 , saturation: 0.23 and the lightness value of 845381 is 0.42.

The process color (four color CMYK) of #845381 color hex is 0.00, 0.37, 0.02, 0.48. Web safe color of #845381 is #996699. Color #845381 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010011 10000001
Octal 204 123 201
Decimal 132 83 129
Hex 84 53 81

RGB Percentages of Color #845381

%38.37
%24.13
%37.50

CMYK Percentages of Color #845381

%0
%37
%2
%48

Triadic Colors of #845381

#845381 #818453 #538184

Analogous Colors of #845381

#845381 #845369 #6f5384

Monochromatic Colors of #845381

#845381

Complementary Color

#845381 #538456

#845381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#845381 Color CSS Codes

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

#845381 Text Font Color

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

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


#845381 Background Color

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

This div background color is #845381


#845381 Border Color

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

This div border color is #845381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845381


Comments

No comments written yet.

Please login to write comment.