Color Hex Logo

#847993 Color Hex

#847993
(132,121,147)
0 Favorites   0 Comments

Color spaces of #847993

RGB 132121147
HSL0.740.110.53
HSV265°18°58°
CMYK 0.100.180.00   0.42
XYZ21.619620.686930.4573
Yxy20.68690.29710.2843
Hunter Lab45.48295.2523-7.8652
CIE-Lab52.60519.5037-12.5151

#847993 color RGB value is (132,121,147).

#847993 hex color red value is 132, green value is 121 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #847993 hue: 0.74 , saturation: 0.11 and the lightness value of 847993 is 0.53.

The process color (four color CMYK) of #847993 color hex is 0.10, 0.18, 0.00, 0.42. Web safe color of #847993 is #996699. Color #847993 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111001 10010011
Octal 204 171 223
Decimal 132 121 147
Hex 84 79 93

RGB Percentages of Color #847993

%33.00
%30.25
%36.75

CMYK Percentages of Color #847993

%10
%18
%0
%42

Triadic Colors of #847993

#847993 #938479 #799384

Analogous Colors of #847993

#847993 #917993 #797b93

Monochromatic Colors of #847993

#847993

Complementary Color

#847993 #889379

#847993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#847993 Color CSS Codes

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

#847993 Text Font Color

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

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


#847993 Background Color

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

This div background color is #847993


#847993 Border Color

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

This div border color is #847993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847993


Comments

No comments written yet.

Please login to write comment.