Color Hex Logo

#847edb Color Hex

#847EDB
(132,126,219)
0 Favorites   0 Comments

Color spaces of #847edb

RGB 132126219
HSL0.680.560.68
HSV244°42°86°
CMYK 0.400.420.00   0.14
XYZ29.762824.941770.2634
Yxy24.94170.23820.1996
Hunter Lab49.941718.9794-48.4565
CIE-Lab57.018624.7976-46.9361

#847edb color RGB value is (132,126,219).

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

The process color (four color CMYK) of #847edb color hex is 0.40, 0.42, 0.00, 0.14. Web safe color of #847edb is #9966cc. Color #847edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111110 11011011
Octal 204 176 333
Decimal 132 126 219
Hex 84 7E DB

RGB Percentages of Color #847edb

%27.67
%26.42
%45.91

CMYK Percentages of Color #847edb

%40
%42
%0
%14

Triadic Colors of #847edb

#847edb #db847e #7edb84

Analogous Colors of #847edb

#847edb #b37edb #7ea7db

Monochromatic Colors of #847edb

#847edb

Complementary Color

#847edb #d5db7e

#847edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#847edb Color CSS Codes

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

#847edb Text Font Color

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

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


#847edb Background Color

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

This div background color is #847edb


#847edb Border Color

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

This div border color is #847edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847edb


Comments

No comments written yet.

Please login to write comment.