Color Hex Logo

#842fcc Color Hex

#842FCC
(132,47,204)
0 Favorites   0 Comments

Color spaces of #842fcc

RGB 13247204
HSL0.760.630.49
HSV272°77°80°
CMYK 0.350.770.00   0.20
XYZ21.431311.298258.1780
Yxy11.29820.23570.1243
Hunter Lab33.612854.9880-79.0919
CIE-Lab40.078262.6101-65.6050

#842fcc color RGB value is (132,47,204).

#842fcc hex color red value is 132, green value is 47 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #842fcc hue: 0.76 , saturation: 0.63 and the lightness value of 842fcc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101111 11001100
Octal 204 57 314
Decimal 132 47 204
Hex 84 2F CC

RGB Percentages of Color #842fcc

%34.46
%12.27
%53.26

CMYK Percentages of Color #842fcc

%35
%77
%0
%20

Triadic Colors of #842fcc

#842fcc #cc842f #2fcc84

Analogous Colors of #842fcc

#842fcc #cc2fc6 #362fcc

Monochromatic Colors of #842fcc

#842fcc

Complementary Color

#842fcc #77cc2f

#842fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#842fcc Color CSS Codes

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

#842fcc Text Font Color

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

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


#842fcc Background Color

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

This div background color is #842fcc


#842fcc Border Color

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

This div border color is #842fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842fcc


Comments

No comments written yet.

Please login to write comment.