Color Hex Logo

#847bd1 Color Hex

#847BD1
(132,123,209)
0 Favorites   0 Comments

Color spaces of #847bd1

RGB 132123209
HSL0.680.480.65
HSV246°41°82°
CMYK 0.370.410.00   0.18
XYZ28.107323.674963.4099
Yxy23.67490.24400.2055
Hunter Lab48.656917.9635-43.2073
CIE-Lab55.760823.8032-43.2921

#847bd1 color RGB value is (132,123,209).

#847bd1 hex color red value is 132, green value is 123 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #847bd1 hue: 0.68 , saturation: 0.48 and the lightness value of 847bd1 is 0.65.

The process color (four color CMYK) of #847bd1 color hex is 0.37, 0.41, 0.00, 0.18. Web safe color of #847bd1 is #9966cc. Color #847bd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111011 11010001
Octal 204 173 321
Decimal 132 123 209
Hex 84 7B D1

RGB Percentages of Color #847bd1

%28.45
%26.51
%45.04

CMYK Percentages of Color #847bd1

%37
%41
%0
%18

Triadic Colors of #847bd1

#847bd1 #d1847b #7bd184

Analogous Colors of #847bd1

#847bd1 #af7bd1 #7b9dd1

Monochromatic Colors of #847bd1

#847bd1

Complementary Color

#847bd1 #c8d17b

#847bd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847bd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#847bd1 Color CSS Codes

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

#847bd1 Text Font Color

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

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


#847bd1 Background Color

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

This div background color is #847bd1


#847bd1 Border Color

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

This div border color is #847bd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847bd1


Comments

No comments written yet.

Please login to write comment.