Color Hex Logo

#846bce Color Hex

#846BCE
(132,107,206)
0 Favorites   0 Comments

Color spaces of #846bce

RGB 132107206
HSL0.710.500.61
HSV255°48°81°
CMYK 0.360.480.00   0.19
XYZ25.914019.877260.8634
Yxy19.87720.24300.1864
Hunter Lab44.583925.7299-49.7307
CIE-Lab51.698132.4146-48.0304

#846bce color RGB value is (132,107,206).

#846bce hex color red value is 132, green value is 107 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #846bce hue: 0.71 , saturation: 0.50 and the lightness value of 846bce is 0.61.

The process color (four color CMYK) of #846bce color hex is 0.36, 0.48, 0.00, 0.19. Web safe color of #846bce is #9966cc. Color #846bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101011 11001110
Octal 204 153 316
Decimal 132 107 206
Hex 84 6B CE

RGB Percentages of Color #846bce

%29.66
%24.04
%46.29

CMYK Percentages of Color #846bce

%36
%48
%0
%19

Triadic Colors of #846bce

#846bce #ce846b #6bce84

Analogous Colors of #846bce

#846bce #b66bce #6b84ce

Monochromatic Colors of #846bce

#846bce

Complementary Color

#846bce #b5ce6b

#846bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#846bce Color CSS Codes

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

#846bce Text Font Color

<p style="color:#846bce">Text here</p>

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


#846bce Background Color

<div style="background-color:#846bce">
Div content here</div>

This div background color is #846bce


#846bce Border Color

<div style="border:3px solid #846bce">
Div here</div>

This div border color is #846bce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,107,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #846bce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #846bce;
  -webkit-box-shadow: 1px 1px 3px 2px #846bce;
  box-shadow:         1px 1px 3px 2px #846bce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846bce


Comments

No comments written yet.

Please login to write comment.