Color Hex Logo

#842fca Color Hex

#842FCA
(132,47,202)
0 Favorites   0 Comments

Color spaces of #842fca

RGB 13247202
HSL0.760.620.49
HSV273°77°79°
CMYK 0.350.770.00   0.21
XYZ21.192911.202856.9225
Yxy11.20280.23730.1254
Hunter Lab33.470654.4491-77.4035
CIE-Lab39.920062.1597-64.7020

#842fca color RGB value is (132,47,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101111 11001010
Octal 204 57 312
Decimal 132 47 202
Hex 84 2F CA

RGB Percentages of Color #842fca

%34.65
%12.34
%53.02

CMYK Percentages of Color #842fca

%35
%77
%0
%21

Triadic Colors of #842fca

#842fca #ca842f #2fca84

Analogous Colors of #842fca

#842fca #ca2fc3 #372fca

Monochromatic Colors of #842fca

#842fca

Complementary Color

#842fca #75ca2f

#842fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#842fca Color CSS Codes

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

#842fca Text Font Color

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

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


#842fca Background Color

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

This div background color is #842fca


#842fca Border Color

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

This div border color is #842fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842fca


Comments

No comments written yet.

Please login to write comment.