Color Hex Logo

#847deb Color Hex

#847DEB
(132,125,235)
0 Favorites   0 Comments

Color spaces of #847deb

RGB 132125235
HSL0.680.730.71
HSV244°47°92°
CMYK 0.440.470.00   0.08
XYZ31.844725.570981.8545
Yxy25.57090.22870.1836
Hunter Lab50.567723.9159-60.5761
CIE-Lab57.627529.9120-54.9106

#847deb color RGB value is (132,125,235).

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

The process color (four color CMYK) of #847deb color hex is 0.44, 0.47, 0.00, 0.08. Web safe color of #847deb is #9966ff. Color #847deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111101 11101011
Octal 204 175 353
Decimal 132 125 235
Hex 84 7D EB

RGB Percentages of Color #847deb

%26.83
%25.41
%47.76

CMYK Percentages of Color #847deb

%44
%47
%0
%8

Triadic Colors of #847deb

#847deb #eb847d #7deb84

Analogous Colors of #847deb

#847deb #bb7deb #7dadeb

Monochromatic Colors of #847deb

#847deb

Complementary Color

#847deb #e4eb7d

#847deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#847deb Color CSS Codes

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

#847deb Text Font Color

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

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


#847deb Background Color

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

This div background color is #847deb


#847deb Border Color

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

This div border color is #847deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847deb


Comments

No comments written yet.

Please login to write comment.