Color Hex Logo

#846ae5 Color Hex

#846AE5
(132,106,229)
0 Favorites   0 Comments

Color spaces of #846ae5

RGB 132106229
HSL0.700.700.66
HSV253°54°90°
CMYK 0.420.540.00   0.10
XYZ28.812620.870776.6386
Yxy20.87070.22810.1652
Hunter Lab45.684532.6298-67.4836
CIE-Lab52.807739.2955-59.2728

#846ae5 color RGB value is (132,106,229).

#846ae5 hex color red value is 132, green value is 106 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #846ae5 hue: 0.70 , saturation: 0.70 and the lightness value of 846ae5 is 0.66.

The process color (four color CMYK) of #846ae5 color hex is 0.42, 0.54, 0.00, 0.10. Web safe color of #846ae5 is #9966cc. Color #846ae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101010 11100101
Octal 204 152 345
Decimal 132 106 229
Hex 84 6A E5

RGB Percentages of Color #846ae5

%28.27
%22.70
%49.04

CMYK Percentages of Color #846ae5

%42
%54
%0
%10

Triadic Colors of #846ae5

#846ae5 #e5846a #6ae584

Analogous Colors of #846ae5

#846ae5 #c26ae5 #6a8ee5

Monochromatic Colors of #846ae5

#846ae5

Complementary Color

#846ae5 #cbe56a

#846ae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846ae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846ae5 Color CSS Codes

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

#846ae5 Text Font Color

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

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


#846ae5 Background Color

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

This div background color is #846ae5


#846ae5 Border Color

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

This div border color is #846ae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846ae5


Comments

No comments written yet.

Please login to write comment.