Color Hex Logo

#842ebc Color Hex

#842EBC
(132,46,188)
0 Favorites   0 Comments

Color spaces of #842ebc

RGB 13246188
HSL0.770.610.46
HSV276°76°74°
CMYK 0.300.760.00   0.26
XYZ19.569810.490448.5704
Yxy10.49040.24890.1334
Hunter Lab32.388951.1715-66.2391
CIE-Lab38.708659.4346-58.4903

#842ebc color RGB value is (132,46,188).

#842ebc hex color red value is 132, green value is 46 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #842ebc hue: 0.77 , saturation: 0.61 and the lightness value of 842ebc is 0.46.

The process color (four color CMYK) of #842ebc color hex is 0.30, 0.76, 0.00, 0.26. Web safe color of #842ebc is #9933cc. Color #842ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101110 10111100
Octal 204 56 274
Decimal 132 46 188
Hex 84 2E BC

RGB Percentages of Color #842ebc

%36.07
%12.57
%51.37

CMYK Percentages of Color #842ebc

%30
%76
%0
%26

Triadic Colors of #842ebc

#842ebc #bc842e #2ebc84

Analogous Colors of #842ebc

#842ebc #bc2ead #3d2ebc

Monochromatic Colors of #842ebc

#842ebc

Complementary Color

#842ebc #66bc2e

#842ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#842ebc Color CSS Codes

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

#842ebc Text Font Color

<p style="color:#842ebc">Text here</p>

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


#842ebc Background Color

<div style="background-color:#842ebc">
Div content here</div>

This div background color is #842ebc


#842ebc Border Color

<div style="border:3px solid #842ebc">
Div here</div>

This div border color is #842ebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,46,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #842ebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #842ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #842ebc;
  box-shadow:         1px 1px 3px 2px #842ebc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842ebc


Comments

No comments written yet.

Please login to write comment.