Color Hex Logo

#847ab4 Color Hex

#847AB4
(132,122,180)
0 Favorites   0 Comments

Color spaces of #847ab4

RGB 132122180
HSL0.700.280.59
HSV250°32°71°
CMYK 0.270.320.00   0.29
XYZ24.713522.119946.1470
Yxy22.11990.26580.2379
Hunter Lab47.031811.4896-25.2523
CIE-Lab54.154016.7428-29.2752

#847ab4 color RGB value is (132,122,180).

#847ab4 hex color red value is 132, green value is 122 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #847ab4 hue: 0.70 , saturation: 0.28 and the lightness value of 847ab4 is 0.59.

The process color (four color CMYK) of #847ab4 color hex is 0.27, 0.32, 0.00, 0.29. Web safe color of #847ab4 is #9966cc. Color #847ab4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111010 10110100
Octal 204 172 264
Decimal 132 122 180
Hex 84 7A B4

RGB Percentages of Color #847ab4

%30.41
%28.11
%41.47

CMYK Percentages of Color #847ab4

%27
%32
%0
%29

Triadic Colors of #847ab4

#847ab4 #b4847a #7ab484

Analogous Colors of #847ab4

#847ab4 #a17ab4 #7a8db4

Monochromatic Colors of #847ab4

#847ab4

Complementary Color

#847ab4 #aab47a

#847ab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847ab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#847ab4 Color CSS Codes

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

#847ab4 Text Font Color

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

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


#847ab4 Background Color

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

This div background color is #847ab4


#847ab4 Border Color

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

This div border color is #847ab4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,122,180, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #847ab4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #847ab4;
  -webkit-box-shadow: 1px 1px 3px 2px #847ab4;
  box-shadow:         1px 1px 3px 2px #847ab4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847ab4


Comments

No comments written yet.

Please login to write comment.