Color Hex Logo

#847dfe Color Hex

#847DFE
(132,125,254)
0 Favorites   0 Comments

Color spaces of #847dfe

RGB 132125254
HSL0.680.980.74
HSV243°51°100°
CMYK 0.480.510.00   0.00
XYZ34.738726.728597.0941
Yxy26.72850.21910.1686
Hunter Lab51.699629.4658-75.1594
CIE-Lab58.722235.4099-63.6732

#847dfe color RGB value is (132,125,254).

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

The process color (four color CMYK) of #847dfe color hex is 0.48, 0.51, 0.00, 0.00. Web safe color of #847dfe is #9966ff. Color #847dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111101 11111110
Octal 204 175 376
Decimal 132 125 254
Hex 84 7D FE

RGB Percentages of Color #847dfe

%25.83
%24.46
%49.71

CMYK Percentages of Color #847dfe

%48
%51
%0
%0

Triadic Colors of #847dfe

#847dfe #fe847d #7dfe84

Analogous Colors of #847dfe

#847dfe #c57dfe #7db7fe

Monochromatic Colors of #847dfe

#847dfe

Complementary Color

#847dfe #f7fe7d

#847dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#847dfe Color CSS Codes

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

#847dfe Text Font Color

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

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


#847dfe Background Color

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

This div background color is #847dfe


#847dfe Border Color

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

This div border color is #847dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847dfe


Comments

No comments written yet.

Please login to write comment.