Color Hex Logo

#844ddc Color Hex

#844DDC
(132,77,220)
0 Favorites   0 Comments

Color spaces of #844ddc

RGB 13277220
HSL0.730.670.58
HSV263°65°86°
CMYK 0.400.650.00   0.14
XYZ25.087915.380669.3566
Yxy15.38060.22840.1400
Hunter Lab39.218145.5551-77.4007
CIE-Lab46.151152.8414-64.9264

#844ddc color RGB value is (132,77,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001101 11011100
Octal 204 115 334
Decimal 132 77 220
Hex 84 4D DC

RGB Percentages of Color #844ddc

%30.77
%17.95
%51.28

CMYK Percentages of Color #844ddc

%40
%65
%0
%14

Triadic Colors of #844ddc

#844ddc #dc844d #4ddc84

Analogous Colors of #844ddc

#844ddc #cc4ddc #4d5edc

Monochromatic Colors of #844ddc

#844ddc

Complementary Color

#844ddc #a5dc4d

#844ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#844ddc Color CSS Codes

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

#844ddc Text Font Color

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

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


#844ddc Background Color

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

This div background color is #844ddc


#844ddc Border Color

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

This div border color is #844ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844ddc


Comments

No comments written yet.

Please login to write comment.