Color Hex Logo

#843ecc Color Hex

#843ECC
(132,62,204)
0 Favorites   0 Comments

Color spaces of #843ecc

RGB 13262204
HSL0.750.580.52
HSV270°70°80°
CMYK 0.350.700.00   0.20
XYZ22.137412.710458.4133
Yxy12.71040.23740.1363
Hunter Lab35.651648.4467-72.1873
CIE-Lab42.323656.2380-61.9522

#843ecc color RGB value is (132,62,204).

#843ecc hex color red value is 132, green value is 62 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #843ecc hue: 0.75 , saturation: 0.58 and the lightness value of 843ecc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111110 11001100
Octal 204 76 314
Decimal 132 62 204
Hex 84 3E CC

RGB Percentages of Color #843ecc

%33.17
%15.58
%51.26

CMYK Percentages of Color #843ecc

%35
%70
%0
%20

Triadic Colors of #843ecc

#843ecc #cc843e #3ecc84

Analogous Colors of #843ecc

#843ecc #cb3ecc #3e3fcc

Monochromatic Colors of #843ecc

#843ecc

Complementary Color

#843ecc #86cc3e

#843ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#843ecc Color CSS Codes

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

#843ecc Text Font Color

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

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


#843ecc Background Color

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

This div background color is #843ecc


#843ecc Border Color

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

This div border color is #843ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843ecc


Comments

No comments written yet.

Please login to write comment.