Color Hex Logo

#846eef Color Hex

#846EEF
(132,110,239)
0 Favorites   0 Comments

Color spaces of #846eef

RGB 132110239
HSL0.700.800.68
HSV250°54°94°
CMYK 0.450.540.00   0.06
XYZ30.671622.289484.3471
Yxy22.28940.22340.1623
Hunter Lab47.211733.3442-72.8778
CIE-Lab54.332739.7958-62.4187

#846eef color RGB value is (132,110,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101110 11101111
Octal 204 156 357
Decimal 132 110 239
Hex 84 6E EF

RGB Percentages of Color #846eef

%27.44
%22.87
%49.69

CMYK Percentages of Color #846eef

%45
%54
%0
%6

Triadic Colors of #846eef

#846eef #ef846e #6eef84

Analogous Colors of #846eef

#846eef #c56eef #6e99ef

Monochromatic Colors of #846eef

#846eef

Complementary Color

#846eef #d9ef6e

#846eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#846eef Color CSS Codes

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

#846eef Text Font Color

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

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


#846eef Background Color

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

This div background color is #846eef


#846eef Border Color

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

This div border color is #846eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846eef


Comments

No comments written yet.

Please login to write comment.