Color Hex Logo

#847acb Color Hex

#847ACB
(132,122,203)
0 Favorites   0 Comments

Color spaces of #847acb

RGB 132122203
HSL0.690.440.64
HSV247°40°80°
CMYK 0.350.400.00   0.20
XYZ27.254723.136459.5292
Yxy23.13640.24790.2105
Hunter Lab48.100316.9665-39.7074
CIE-Lab55.212622.7635-40.7582

#847acb color RGB value is (132,122,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111010 11001011
Octal 204 172 313
Decimal 132 122 203
Hex 84 7A CB

RGB Percentages of Color #847acb

%28.88
%26.70
%44.42

CMYK Percentages of Color #847acb

%35
%40
%0
%20

Triadic Colors of #847acb

#847acb #cb847a #7acb84

Analogous Colors of #847acb

#847acb #ad7acb #7a99cb

Monochromatic Colors of #847acb

#847acb

Complementary Color

#847acb #c1cb7a

#847acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#847acb Color CSS Codes

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

#847acb Text Font Color

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

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


#847acb Background Color

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

This div background color is #847acb


#847acb Border Color

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

This div border color is #847acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847acb


Comments

No comments written yet.

Please login to write comment.