Color Hex Logo

#844edc Color Hex

#844EDC
(132,78,220)
0 Favorites   0 Comments

Color spaces of #844edc

RGB 13278220
HSL0.730.670.58
HSV263°65°86°
CMYK 0.400.650.00   0.14
XYZ25.158415.521669.3801
Yxy15.52160.22860.1410
Hunter Lab39.397545.0408-76.8332
CIE-Lab46.340552.3254-64.6193

#844edc color RGB value is (132,78,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001110 11011100
Octal 204 116 334
Decimal 132 78 220
Hex 84 4E DC

RGB Percentages of Color #844edc

%30.70
%18.14
%51.16

CMYK Percentages of Color #844edc

%40
%65
%0
%14

Triadic Colors of #844edc

#844edc #dc844e #4edc84

Analogous Colors of #844edc

#844edc #cb4edc #4e5fdc

Monochromatic Colors of #844edc

#844edc

Complementary Color

#844edc #a6dc4e

#844edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#844edc Color CSS Codes

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

#844edc Text Font Color

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

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


#844edc Background Color

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

This div background color is #844edc


#844edc Border Color

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

This div border color is #844edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844edc


Comments

No comments written yet.

Please login to write comment.