Color Hex Logo

#846deb Color Hex

#846DEB
(132,109,235)
0 Favorites   0 Comments

Color spaces of #846deb

RGB 132109235
HSL0.700.760.67
HSV251°54°92°
CMYK 0.440.540.00   0.08
XYZ29.979821.841081.2329
Yxy21.84100.22530.1642
Hunter Lab46.734432.7215-70.3429
CIE-Lab53.857939.2444-60.9484

#846deb color RGB value is (132,109,235).

#846deb hex color red value is 132, green value is 109 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #846deb hue: 0.70 , saturation: 0.76 and the lightness value of 846deb is 0.67.

The process color (four color CMYK) of #846deb color hex is 0.44, 0.54, 0.00, 0.08. Web safe color of #846deb is #9966ff. Color #846deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101101 11101011
Octal 204 155 353
Decimal 132 109 235
Hex 84 6D EB

RGB Percentages of Color #846deb

%27.73
%22.90
%49.37

CMYK Percentages of Color #846deb

%44
%54
%0
%8

Triadic Colors of #846deb

#846deb #eb846d #6deb84

Analogous Colors of #846deb

#846deb #c36deb #6d95eb

Monochromatic Colors of #846deb

#846deb

Complementary Color

#846deb #d4eb6d

#846deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#846deb Color CSS Codes

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

#846deb Text Font Color

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

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


#846deb Background Color

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

This div background color is #846deb


#846deb Border Color

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

This div border color is #846deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846deb


Comments

No comments written yet.

Please login to write comment.