Color Hex Logo

#846edb Color Hex

#846EDB
(132,110,219)
0 Favorites   0 Comments

Color spaces of #846edb

RGB 132110219
HSL0.700.600.65
HSV252°50°86°
CMYK 0.400.500.00   0.14
XYZ27.877821.171969.6351
Yxy21.17190.23490.1784
Hunter Lab46.012927.6249-57.5193
CIE-Lab53.137134.2031-53.1116

#846edb color RGB value is (132,110,219).

#846edb hex color red value is 132, green value is 110 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #846edb hue: 0.70 , saturation: 0.60 and the lightness value of 846edb is 0.65.

The process color (four color CMYK) of #846edb color hex is 0.40, 0.50, 0.00, 0.14. Web safe color of #846edb is #9966cc. Color #846edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101110 11011011
Octal 204 156 333
Decimal 132 110 219
Hex 84 6E DB

RGB Percentages of Color #846edb

%28.63
%23.86
%47.51

CMYK Percentages of Color #846edb

%40
%50
%0
%14

Triadic Colors of #846edb

#846edb #db846e #6edb84

Analogous Colors of #846edb

#846edb #bb6edb #6e8fdb

Monochromatic Colors of #846edb

#846edb

Complementary Color

#846edb #c5db6e

#846edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#846edb Color CSS Codes

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

#846edb Text Font Color

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

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


#846edb Background Color

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

This div background color is #846edb


#846edb Border Color

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

This div border color is #846edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846edb


Comments

No comments written yet.

Please login to write comment.