Color Hex Logo

#847ccb Color Hex

#847CCB
(132,124,203)
0 Favorites   0 Comments

Color spaces of #847ccb

RGB 132124203
HSL0.680.430.64
HSV246°39°80°
CMYK 0.350.390.00   0.20
XYZ27.502923.632659.6119
Yxy23.63260.24830.2134
Hunter Lab48.613415.9125-38.6747
CIE-Lab55.718121.5825-39.9624

#847ccb color RGB value is (132,124,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111100 11001011
Octal 204 174 313
Decimal 132 124 203
Hex 84 7C CB

RGB Percentages of Color #847ccb

%28.76
%27.02
%44.23

CMYK Percentages of Color #847ccb

%35
%39
%0
%20

Triadic Colors of #847ccb

#847ccb #cb847c #7ccb84

Analogous Colors of #847ccb

#847ccb #ac7ccb #7c9ccb

Monochromatic Colors of #847ccb

#847ccb

Complementary Color

#847ccb #c3cb7c

#847ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#847ccb Color CSS Codes

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

#847ccb Text Font Color

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

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


#847ccb Background Color

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

This div background color is #847ccb


#847ccb Border Color

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

This div border color is #847ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847ccb


Comments

No comments written yet.

Please login to write comment.