Color Hex Logo

#847ccc Color Hex

#847CCC
(132,124,204)
0 Favorites   0 Comments

Color spaces of #847ccc

RGB 132124204
HSL0.680.440.64
HSV246°39°80°
CMYK 0.350.390.00   0.20
XYZ27.622523.680560.2417
Yxy23.68050.24760.2123
Hunter Lab48.662616.1629-39.3340
CIE-Lab55.766521.8525-40.4531

#847ccc color RGB value is (132,124,204).

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

The process color (four color CMYK) of #847ccc color hex is 0.35, 0.39, 0.00, 0.20. Web safe color of #847ccc is #9966cc. Color #847ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111100 11001100
Octal 204 174 314
Decimal 132 124 204
Hex 84 7C CC

RGB Percentages of Color #847ccc

%28.70
%26.96
%44.35

CMYK Percentages of Color #847ccc

%35
%39
%0
%20

Triadic Colors of #847ccc

#847ccc #cc847c #7ccc84

Analogous Colors of #847ccc

#847ccc #ac7ccc #7c9ccc

Monochromatic Colors of #847ccc

#847ccc

Complementary Color

#847ccc #c4cc7c

#847ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#847ccc Color CSS Codes

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

#847ccc Text Font Color

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

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


#847ccc Background Color

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

This div background color is #847ccc


#847ccc Border Color

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

This div border color is #847ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847ccc


Comments

No comments written yet.

Please login to write comment.