Color Hex Logo

#847892 Color Hex

#847892
(132,120,146)
0 Favorites   0 Comments

Color spaces of #847892

RGB 132120146
HSL0.740.110.52
HSV268°18°57°
CMYK 0.100.180.00   0.43
XYZ21.420520.413830.0054
Yxy20.41380.29820.2842
Hunter Lab45.18165.5585-7.7477
CIE-Lab52.30199.8709-12.3878

#847892 color RGB value is (132,120,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111000 10010010
Octal 204 170 222
Decimal 132 120 146
Hex 84 78 92

RGB Percentages of Color #847892

%33.17
%30.15
%36.68

CMYK Percentages of Color #847892

%10
%18
%0
%43

Triadic Colors of #847892

#847892 #928478 #789284

Analogous Colors of #847892

#847892 #917892 #787992

Monochromatic Colors of #847892

#847892

Complementary Color

#847892 #869278

#847892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#847892 Color CSS Codes

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

#847892 Text Font Color

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

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


#847892 Background Color

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

This div background color is #847892


#847892 Border Color

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

This div border color is #847892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847892


Comments

No comments written yet.

Please login to write comment.