Color Hex Logo

#847cca Color Hex

#847CCA
(132,124,202)
0 Favorites   0 Comments

Color spaces of #847cca

RGB 132124202
HSL0.680.420.64
HSV246°39°79°
CMYK 0.350.390.00   0.21
XYZ27.384023.585158.9862
Yxy23.58510.24900.2145
Hunter Lab48.564515.6627-38.0182
CIE-Lab55.670021.3125-39.4708

#847cca color RGB value is (132,124,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111100 11001010
Octal 204 174 312
Decimal 132 124 202
Hex 84 7C CA

RGB Percentages of Color #847cca

%28.82
%27.07
%44.10

CMYK Percentages of Color #847cca

%35
%39
%0
%21

Triadic Colors of #847cca

#847cca #ca847c #7cca84

Analogous Colors of #847cca

#847cca #ab7cca #7c9bca

Monochromatic Colors of #847cca

#847cca

Complementary Color

#847cca #c2ca7c

#847cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#847cca Color CSS Codes

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

#847cca Text Font Color

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

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


#847cca Background Color

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

This div background color is #847cca


#847cca Border Color

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

This div border color is #847cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847cca


Comments

No comments written yet.

Please login to write comment.