Color Hex Logo

#847ebf Color Hex

#847EBF
(132,126,191)
0 Favorites   0 Comments

Color spaces of #847ebf

RGB 132126191
HSL0.680.340.62
HSV246°34°75°
CMYK 0.310.340.00   0.25
XYZ26.380523.588852.4529
Yxy23.58880.25760.2303
Hunter Lab48.568311.9600-30.0343
CIE-Lab55.673717.2122-33.2079

#847ebf color RGB value is (132,126,191).

#847ebf hex color red value is 132, green value is 126 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #847ebf hue: 0.68 , saturation: 0.34 and the lightness value of 847ebf is 0.62.

The process color (four color CMYK) of #847ebf color hex is 0.31, 0.34, 0.00, 0.25. Web safe color of #847ebf is #9966cc. Color #847ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111110 10111111
Octal 204 176 277
Decimal 132 126 191
Hex 84 7E BF

RGB Percentages of Color #847ebf

%29.40
%28.06
%42.54

CMYK Percentages of Color #847ebf

%31
%34
%0
%25

Triadic Colors of #847ebf

#847ebf #bf847e #7ebf84

Analogous Colors of #847ebf

#847ebf #a57ebf #7e99bf

Monochromatic Colors of #847ebf

#847ebf

Complementary Color

#847ebf #b9bf7e

#847ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#847ebf Color CSS Codes

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

#847ebf Text Font Color

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

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


#847ebf Background Color

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

This div background color is #847ebf


#847ebf Border Color

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

This div border color is #847ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847ebf


Comments

No comments written yet.

Please login to write comment.