Color Hex Logo

#847dbb Color Hex

#847DBB
(132,125,187)
0 Favorites   0 Comments

Color spaces of #847dbb

RGB 132125187
HSL0.690.310.61
HSV247°33°73°
CMYK 0.290.330.00   0.27
XYZ25.819023.160650.1233
Yxy23.16060.26050.2337
Hunter Lab48.125511.5445-28.0635
CIE-Lab55.237416.7623-31.6039

#847dbb color RGB value is (132,125,187).

#847dbb hex color red value is 132, green value is 125 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #847dbb hue: 0.69 , saturation: 0.31 and the lightness value of 847dbb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111101 10111011
Octal 204 175 273
Decimal 132 125 187
Hex 84 7D BB

RGB Percentages of Color #847dbb

%29.73
%28.15
%42.12

CMYK Percentages of Color #847dbb

%29
%33
%0
%27

Triadic Colors of #847dbb

#847dbb #bb847d #7dbb84

Analogous Colors of #847dbb

#847dbb #a37dbb #7d95bb

Monochromatic Colors of #847dbb

#847dbb

Complementary Color

#847dbb #b4bb7d

#847dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#847dbb Color CSS Codes

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

#847dbb Text Font Color

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

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


#847dbb Background Color

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

This div background color is #847dbb


#847dbb Border Color

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

This div border color is #847dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847dbb


Comments

No comments written yet.

Please login to write comment.