Color Hex Logo

#846dee Color Hex

#846DEE
(132,109,238)
0 Favorites   0 Comments

Color spaces of #846dee

RGB 132109238
HSL0.700.790.68
HSV251°54°93°
CMYK 0.450.540.00   0.07
XYZ30.417022.015983.5353
Yxy22.01590.22370.1619
Hunter Lab46.921133.6022-72.7113
CIE-Lab54.043940.0893-62.3256

#846dee color RGB value is (132,109,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101101 11101110
Octal 204 155 356
Decimal 132 109 238
Hex 84 6D EE

RGB Percentages of Color #846dee

%27.56
%22.76
%49.69

CMYK Percentages of Color #846dee

%45
%54
%0
%7

Triadic Colors of #846dee

#846dee #ee846d #6dee84

Analogous Colors of #846dee

#846dee #c56dee #6d97ee

Monochromatic Colors of #846dee

#846dee

Complementary Color

#846dee #d7ee6d

#846dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#846dee Color CSS Codes

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

#846dee Text Font Color

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

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


#846dee Background Color

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

This div background color is #846dee


#846dee Border Color

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

This div border color is #846dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846dee


Comments

No comments written yet.

Please login to write comment.