Color Hex Logo

#843fec Color Hex

#843FEC
(132,63,236)
0 Favorites   0 Comments

Color spaces of #843fec

RGB 13263236
HSL0.730.820.59
HSV264°73°93°
CMYK 0.440.730.00   0.07
XYZ26.433514.516780.7657
Yxy14.51670.21720.1193
Hunter Lab38.100857.1631-99.0118
CIE-Lab44.965063.5887-75.9325

#843fec color RGB value is (132,63,236).

#843fec hex color red value is 132, green value is 63 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #843fec hue: 0.73 , saturation: 0.82 and the lightness value of 843fec is 0.59.

The process color (four color CMYK) of #843fec color hex is 0.44, 0.73, 0.00, 0.07. Web safe color of #843fec is #9933ff. Color #843fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111111 11101100
Octal 204 77 354
Decimal 132 63 236
Hex 84 3F EC

RGB Percentages of Color #843fec

%30.63
%14.62
%54.76

CMYK Percentages of Color #843fec

%44
%73
%0
%7

Triadic Colors of #843fec

#843fec #ec843f #3fec84

Analogous Colors of #843fec

#843fec #db3fec #3f51ec

Monochromatic Colors of #843fec

#843fec

Complementary Color

#843fec #a7ec3f

#843fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#843fec Color CSS Codes

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

#843fec Text Font Color

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

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


#843fec Background Color

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

This div background color is #843fec


#843fec Border Color

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

This div border color is #843fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843fec


Comments

No comments written yet.

Please login to write comment.