Color Hex Logo

#847dbe Color Hex

#847DBE
(132,125,190)
0 Favorites   0 Comments

Color spaces of #847dbe

RGB 132125190
HSL0.680.330.62
HSV246°34°75°
CMYK 0.310.340.00   0.25
XYZ26.143623.290551.8328
Yxy23.29050.25820.2300
Hunter Lab48.260212.2419-29.8969
CIE-Lab55.370317.5407-33.1108

#847dbe color RGB value is (132,125,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111101 10111110
Octal 204 175 276
Decimal 132 125 190
Hex 84 7D BE

RGB Percentages of Color #847dbe

%29.53
%27.96
%42.51

CMYK Percentages of Color #847dbe

%31
%34
%0
%25

Triadic Colors of #847dbe

#847dbe #be847d #7dbe84

Analogous Colors of #847dbe

#847dbe #a57dbe #7d97be

Monochromatic Colors of #847dbe

#847dbe

Complementary Color

#847dbe #b7be7d

#847dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#847dbe Color CSS Codes

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

#847dbe Text Font Color

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

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


#847dbe Background Color

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

This div background color is #847dbe


#847dbe Border Color

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

This div border color is #847dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847dbe


Comments

No comments written yet.

Please login to write comment.