Color Hex Logo

#844ecc Color Hex

#844ECC
(132,78,204)
0 Favorites   0 Comments

Color spaces of #844ecc

RGB 13278204
HSL0.740.550.55
HSV266°62°80°
CMYK 0.350.620.00   0.20
XYZ23.139214.713958.7472
Yxy14.71390.23950.1523
Hunter Lab38.358740.5492-63.9529
CIE-Lab45.239848.2403-57.2333

#844ecc color RGB value is (132,78,204).

#844ecc hex color red value is 132, green value is 78 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #844ecc hue: 0.74 , saturation: 0.55 and the lightness value of 844ecc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001110 11001100
Octal 204 116 314
Decimal 132 78 204
Hex 84 4E CC

RGB Percentages of Color #844ecc

%31.88
%18.84
%49.28

CMYK Percentages of Color #844ecc

%35
%62
%0
%20

Triadic Colors of #844ecc

#844ecc #cc844e #4ecc84

Analogous Colors of #844ecc

#844ecc #c34ecc #4e57cc

Monochromatic Colors of #844ecc

#844ecc

Complementary Color

#844ecc #96cc4e

#844ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#844ecc Color CSS Codes

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

#844ecc Text Font Color

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

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


#844ecc Background Color

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

This div background color is #844ecc


#844ecc Border Color

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

This div border color is #844ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844ecc


Comments

No comments written yet.

Please login to write comment.