Color Hex Logo

#847eca Color Hex

#847ECA
(132,126,202)
0 Favorites   0 Comments

Color spaces of #847eca

RGB 132126202
HSL0.680.420.64
HSV245°38°79°
CMYK 0.350.380.00   0.21
XYZ27.637224.091559.0706
Yxy24.09150.24940.2174
Hunter Lab49.083114.6125-36.9963
CIE-Lab56.179320.1319-38.6704

#847eca color RGB value is (132,126,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111110 11001010
Octal 204 176 312
Decimal 132 126 202
Hex 84 7E CA

RGB Percentages of Color #847eca

%28.70
%27.39
%43.91

CMYK Percentages of Color #847eca

%35
%38
%0
%21

Triadic Colors of #847eca

#847eca #ca847e #7eca84

Analogous Colors of #847eca

#847eca #aa7eca #7e9eca

Monochromatic Colors of #847eca

#847eca

Complementary Color

#847eca #c4ca7e

#847eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#847eca Color CSS Codes

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

#847eca Text Font Color

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

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


#847eca Background Color

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

This div background color is #847eca


#847eca Border Color

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

This div border color is #847eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847eca


Comments

No comments written yet.

Please login to write comment.