Color Hex Logo

#846eda Color Hex

#846EDA
(132,110,218)
0 Favorites   0 Comments

Color spaces of #846eda

RGB 132110218
HSL0.700.590.64
HSV252°50°85°
CMYK 0.390.500.00   0.15
XYZ27.746521.119368.9437
Yxy21.11930.23550.1793
Hunter Lab45.955727.3496-56.7790
CIE-Lab53.079833.9278-52.6382

#846eda color RGB value is (132,110,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101110 11011010
Octal 204 156 332
Decimal 132 110 218
Hex 84 6E DA

RGB Percentages of Color #846eda

%28.70
%23.91
%47.39

CMYK Percentages of Color #846eda

%39
%50
%0
%15

Triadic Colors of #846eda

#846eda #da846e #6eda84

Analogous Colors of #846eda

#846eda #ba6eda #6e8eda

Monochromatic Colors of #846eda

#846eda

Complementary Color

#846eda #c4da6e

#846eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#846eda Color CSS Codes

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

#846eda Text Font Color

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

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


#846eda Background Color

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

This div background color is #846eda


#846eda Border Color

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

This div border color is #846eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846eda


Comments

No comments written yet.

Please login to write comment.