Color Hex Logo

#843cfc Color Hex

#843CFC
(132,60,252)
0 Favorites   0 Comments

Color spaces of #843cfc

RGB 13260252
HSL0.730.970.61
HSV263°76°99°
CMYK 0.480.760.00   0.01
XYZ28.702315.165593.5099
Yxy15.16550.20890.1104
Hunter Lab38.942963.4107-115.1074
CIE-Lab45.860068.8131-83.4508

#843cfc color RGB value is (132,60,252).

#843cfc hex color red value is 132, green value is 60 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #843cfc hue: 0.73 , saturation: 0.97 and the lightness value of 843cfc is 0.61.

The process color (four color CMYK) of #843cfc color hex is 0.48, 0.76, 0.00, 0.01. Web safe color of #843cfc is #9933ff. Color #843cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111100 11111100
Octal 204 74 374
Decimal 132 60 252
Hex 84 3C FC

RGB Percentages of Color #843cfc

%29.73
%13.51
%56.76

CMYK Percentages of Color #843cfc

%48
%76
%0
%1

Triadic Colors of #843cfc

#843cfc #fc843c #3cfc84

Analogous Colors of #843cfc

#843cfc #e43cfc #3c54fc

Monochromatic Colors of #843cfc

#843cfc

Complementary Color

#843cfc #b4fc3c

#843cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#843cfc Color CSS Codes

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

#843cfc Text Font Color

<p style="color:#843cfc">Text here</p>

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


#843cfc Background Color

<div style="background-color:#843cfc">
Div content here</div>

This div background color is #843cfc


#843cfc Border Color

<div style="border:3px solid #843cfc">
Div here</div>

This div border color is #843cfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,60,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #843cfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #843cfc;
  -webkit-box-shadow: 1px 1px 3px 2px #843cfc;
  box-shadow:         1px 1px 3px 2px #843cfc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843cfc


Comments

No comments written yet.

Please login to write comment.