Color Hex Logo

#847cfe Color Hex

#847CFE
(132,124,254)
0 Favorites   0 Comments

Color spaces of #847cfe

RGB 132124254
HSL0.680.980.74
HSV244°51°100°
CMYK 0.480.510.00   0.00
XYZ34.612826.476697.0521
Yxy26.47660.21890.1674
Hunter Lab51.455430.0256-75.8104
CIE-Lab58.486735.9925-64.0514

#847cfe color RGB value is (132,124,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111100 11111110
Octal 204 174 376
Decimal 132 124 254
Hex 84 7C FE

RGB Percentages of Color #847cfe

%25.88
%24.31
%49.80

CMYK Percentages of Color #847cfe

%48
%51
%0
%0

Triadic Colors of #847cfe

#847cfe #fe847c #7cfe84

Analogous Colors of #847cfe

#847cfe #c57cfe #7cb5fe

Monochromatic Colors of #847cfe

#847cfe

Complementary Color

#847cfe #f6fe7c

#847cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#847cfe Color CSS Codes

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

#847cfe Text Font Color

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

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


#847cfe Background Color

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

This div background color is #847cfe


#847cfe Border Color

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

This div border color is #847cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847cfe


Comments

No comments written yet.

Please login to write comment.