Color Hex Logo

#847eaf Color Hex

#847EAF
(132,126,175)
0 Favorites   0 Comments

Color spaces of #847eaf

RGB 132126175
HSL0.690.230.59
HSV247°28°69°
CMYK 0.250.280.00   0.31
XYZ24.714422.922443.6793
Yxy22.92240.27060.2510
Hunter Lab47.87738.3568-20.5771
CIE-Lab54.992313.1332-25.1028

#847eaf color RGB value is (132,126,175).

#847eaf hex color red value is 132, green value is 126 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #847eaf hue: 0.69 , saturation: 0.23 and the lightness value of 847eaf is 0.59.

The process color (four color CMYK) of #847eaf color hex is 0.25, 0.28, 0.00, 0.31. Web safe color of #847eaf is #996699. Color #847eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111110 10101111
Octal 204 176 257
Decimal 132 126 175
Hex 84 7E AF

RGB Percentages of Color #847eaf

%30.48
%29.10
%40.42

CMYK Percentages of Color #847eaf

%25
%28
%0
%31

Triadic Colors of #847eaf

#847eaf #af847e #7eaf84

Analogous Colors of #847eaf

#847eaf #9d7eaf #7e91af

Monochromatic Colors of #847eaf

#847eaf

Complementary Color

#847eaf #a9af7e

#847eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#847eaf Color CSS Codes

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

#847eaf Text Font Color

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

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


#847eaf Background Color

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

This div background color is #847eaf


#847eaf Border Color

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

This div border color is #847eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847eaf


Comments

No comments written yet.

Please login to write comment.