Color Hex Logo

#847bef Color Hex

#847BEF
(132,123,239)
0 Favorites   0 Comments

Color spaces of #847bef

RGB 132123239
HSL0.680.780.71
HSV245°49°94°
CMYK 0.450.490.00   0.06
XYZ32.178725.303484.8494
Yxy25.30340.22610.1778
Hunter Lab50.302526.1578-64.7977
CIE-Lab57.369832.2324-57.5462

#847bef color RGB value is (132,123,239).

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

The process color (four color CMYK) of #847bef color hex is 0.45, 0.49, 0.00, 0.06. Web safe color of #847bef is #9966ff. Color #847bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111011 11101111
Octal 204 173 357
Decimal 132 123 239
Hex 84 7B EF

RGB Percentages of Color #847bef

%26.72
%24.90
%48.38

CMYK Percentages of Color #847bef

%45
%49
%0
%6

Triadic Colors of #847bef

#847bef #ef847b #7bef84

Analogous Colors of #847bef

#847bef #be7bef #7bacef

Monochromatic Colors of #847bef

#847bef

Complementary Color

#847bef #e6ef7b

#847bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#847bef Color CSS Codes

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

#847bef Text Font Color

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

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


#847bef Background Color

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

This div background color is #847bef


#847bef Border Color

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

This div border color is #847bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847bef


Comments

No comments written yet.

Please login to write comment.