Color Hex Logo

#846fdb Color Hex

#846FDB
(132,111,219)
0 Favorites   0 Comments

Color spaces of #846fdb

RGB 132111219
HSL0.700.600.65
HSV252°49°86°
CMYK 0.400.490.00   0.14
XYZ27.986321.388969.6713
Yxy21.38890.23510.1797
Hunter Lab46.248127.0821-56.9447
CIE-Lab53.372533.6189-52.7356

#846fdb color RGB value is (132,111,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101111 11011011
Octal 204 157 333
Decimal 132 111 219
Hex 84 6F DB

RGB Percentages of Color #846fdb

%28.57
%24.03
%47.40

CMYK Percentages of Color #846fdb

%40
%49
%0
%14

Triadic Colors of #846fdb

#846fdb #db846f #6fdb84

Analogous Colors of #846fdb

#846fdb #ba6fdb #6f90db

Monochromatic Colors of #846fdb

#846fdb

Complementary Color

#846fdb #c6db6f

#846fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#846fdb Color CSS Codes

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

#846fdb Text Font Color

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

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


#846fdb Background Color

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

This div background color is #846fdb


#846fdb Border Color

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

This div border color is #846fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846fdb


Comments

No comments written yet.

Please login to write comment.