Color Hex Logo

#847bfe Color Hex

#847BFE
(132,123,254)
0 Favorites   0 Comments

Color spaces of #847bfe

RGB 132123254
HSL0.680.980.74
HSV244°52°100°
CMYK 0.480.520.00   0.00
XYZ34.488126.227297.0106
Yxy26.22720.21870.1663
Hunter Lab51.212530.5856-76.4629
CIE-Lab58.252136.5744-64.4285

#847bfe color RGB value is (132,123,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111011 11111110
Octal 204 173 376
Decimal 132 123 254
Hex 84 7B FE

RGB Percentages of Color #847bfe

%25.93
%24.17
%49.90

CMYK Percentages of Color #847bfe

%48
%52
%0
%0

Triadic Colors of #847bfe

#847bfe #fe847b #7bfe84

Analogous Colors of #847bfe

#847bfe #c67bfe #7bb4fe

Monochromatic Colors of #847bfe

#847bfe

Complementary Color

#847bfe #f5fe7b

#847bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#847bfe Color CSS Codes

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

#847bfe Text Font Color

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

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


#847bfe Background Color

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

This div background color is #847bfe


#847bfe Border Color

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

This div border color is #847bfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,123,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 #847bfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847bfe


Comments

No comments written yet.

Please login to write comment.