Color Hex Logo

#844edb Color Hex

#844EDB
(132,78,219)
0 Favorites   0 Comments

Color spaces of #844edb

RGB 13278219
HSL0.730.660.58
HSV263°64°86°
CMYK 0.400.640.00   0.14
XYZ25.026315.468868.6846
Yxy15.46880.22920.1417
Hunter Lab39.330444.7530-76.0098
CIE-Lab46.269752.0676-64.1643

#844edb color RGB value is (132,78,219).

#844edb hex color red value is 132, green value is 78 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #844edb hue: 0.73 , saturation: 0.66 and the lightness value of 844edb is 0.58.

The process color (four color CMYK) of #844edb color hex is 0.40, 0.64, 0.00, 0.14. Web safe color of #844edb is #9966cc. Color #844edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001110 11011011
Octal 204 116 333
Decimal 132 78 219
Hex 84 4E DB

RGB Percentages of Color #844edb

%30.77
%18.18
%51.05

CMYK Percentages of Color #844edb

%40
%64
%0
%14

Triadic Colors of #844edb

#844edb #db844e #4edb84

Analogous Colors of #844edb

#844edb #cb4edb #4e5edb

Monochromatic Colors of #844edb

#844edb

Complementary Color

#844edb #a5db4e

#844edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#844edb Color CSS Codes

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

#844edb Text Font Color

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

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


#844edb Background Color

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

This div background color is #844edb


#844edb Border Color

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

This div border color is #844edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844edb


Comments

No comments written yet.

Please login to write comment.