Color Hex Logo

#846cea Color Hex

#846CEA
(132,108,234)
0 Favorites   0 Comments

Color spaces of #846cea

RGB 132108234
HSL0.700.750.67
HSV251°54°92°
CMYK 0.440.540.00   0.08
XYZ29.729621.571280.4386
Yxy21.57120.22570.1637
Hunter Lab46.444832.9805-70.1741
CIE-Lab53.569139.5399-60.8532

#846cea color RGB value is (132,108,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101100 11101010
Octal 204 154 352
Decimal 132 108 234
Hex 84 6C EA

RGB Percentages of Color #846cea

%27.85
%22.78
%49.37

CMYK Percentages of Color #846cea

%44
%54
%0
%8

Triadic Colors of #846cea

#846cea #ea846c #6cea84

Analogous Colors of #846cea

#846cea #c36cea #6c93ea

Monochromatic Colors of #846cea

#846cea

Complementary Color

#846cea #d2ea6c

#846cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#846cea Color CSS Codes

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

#846cea Text Font Color

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

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


#846cea Background Color

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

This div background color is #846cea


#846cea Border Color

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

This div border color is #846cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846cea


Comments

No comments written yet.

Please login to write comment.