Color Hex Logo

#844ddd Color Hex

#844DDD
(132,77,221)
0 Favorites   0 Comments

Color spaces of #844ddd

RGB 13277221
HSL0.730.680.58
HSV263°65°87°
CMYK 0.400.650.00   0.13
XYZ25.220715.433770.0563
Yxy15.43370.22780.1394
Hunter Lab39.285745.8435-78.2289
CIE-Lab46.222653.0984-65.3799

#844ddd color RGB value is (132,77,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001101 11011101
Octal 204 115 335
Decimal 132 77 221
Hex 84 4D DD

RGB Percentages of Color #844ddd

%30.70
%17.91
%51.40

CMYK Percentages of Color #844ddd

%40
%65
%0
%13

Triadic Colors of #844ddd

#844ddd #dd844d #4ddd84

Analogous Colors of #844ddd

#844ddd #cc4ddd #4d5edd

Monochromatic Colors of #844ddd

#844ddd

Complementary Color

#844ddd #a6dd4d

#844ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#844ddd Color CSS Codes

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

#844ddd Text Font Color

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

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


#844ddd Background Color

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

This div background color is #844ddd


#844ddd Border Color

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

This div border color is #844ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844ddd


Comments

No comments written yet.

Please login to write comment.