Color Hex Logo

#842cbe Color Hex

#842CBE
(132,44,190)
0 Favorites   0 Comments

Color spaces of #842cbe

RGB 13244190
HSL0.770.620.46
HSV276°77°75°
CMYK 0.310.770.00   0.25
XYZ19.710710.424649.6885
Yxy10.42460.24690.1306
Hunter Lab32.287152.4684-68.6437
CIE-Lab38.593960.6355-59.8517

#842cbe color RGB value is (132,44,190).

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

The process color (four color CMYK) of #842cbe color hex is 0.31, 0.77, 0.00, 0.25. Web safe color of #842cbe is #9933cc. Color #842cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101100 10111110
Octal 204 54 276
Decimal 132 44 190
Hex 84 2C BE

RGB Percentages of Color #842cbe

%36.07
%12.02
%51.91

CMYK Percentages of Color #842cbe

%31
%77
%0
%25

Triadic Colors of #842cbe

#842cbe #be842c #2cbe84

Analogous Colors of #842cbe

#842cbe #be2caf #3b2cbe

Monochromatic Colors of #842cbe

#842cbe

Complementary Color

#842cbe #66be2c

#842cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#842cbe Color CSS Codes

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

#842cbe Text Font Color

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

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


#842cbe Background Color

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

This div background color is #842cbe


#842cbe Border Color

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

This div border color is #842cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842cbe


Comments

No comments written yet.

Please login to write comment.