Color Hex Logo

#842abc Color Hex

#842ABC
(132,42,188)
0 Favorites   0 Comments

Color spaces of #842abc

RGB 13242188
HSL0.770.630.45
HSV277°78°74°
CMYK 0.300.780.00   0.26
XYZ19.420810.192348.5207
Yxy10.19230.24860.1304
Hunter Lab31.925452.7154-67.7621
CIE-Lab38.185460.9385-59.3402

#842abc color RGB value is (132,42,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101010 10111100
Octal 204 52 274
Decimal 132 42 188
Hex 84 2A BC

RGB Percentages of Color #842abc

%36.46
%11.60
%51.93

CMYK Percentages of Color #842abc

%30
%78
%0
%26

Triadic Colors of #842abc

#842abc #bc842a #2abc84

Analogous Colors of #842abc

#842abc #bc2aab #3b2abc

Monochromatic Colors of #842abc

#842abc

Complementary Color

#842abc #62bc2a

#842abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#842abc Color CSS Codes

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

#842abc Text Font Color

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

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


#842abc Background Color

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

This div background color is #842abc


#842abc Border Color

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

This div border color is #842abc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,42,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 #842abc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842abc


Comments

No comments written yet.

Please login to write comment.