Color Hex Logo

#844dee Color Hex

#844DEE
(132,77,238)
0 Favorites   0 Comments

Color spaces of #844dee

RGB 13277238
HSL0.720.830.62
HSV260°68°93°
CMYK 0.450.680.00   0.07
XYZ27.602216.386382.5970
Yxy16.38630.21810.1294
Hunter Lab40.480050.8743-92.6417
CIE-Lab47.477357.5006-72.9592

#844dee color RGB value is (132,77,238).

#844dee hex color red value is 132, green value is 77 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #844dee hue: 0.72 , saturation: 0.83 and the lightness value of 844dee is 0.62.

The process color (four color CMYK) of #844dee color hex is 0.45, 0.68, 0.00, 0.07. Web safe color of #844dee is #9966ff. Color #844dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001101 11101110
Octal 204 115 356
Decimal 132 77 238
Hex 84 4D EE

RGB Percentages of Color #844dee

%29.53
%17.23
%53.24

CMYK Percentages of Color #844dee

%45
%68
%0
%7

Triadic Colors of #844dee

#844dee #ee844d #4dee84

Analogous Colors of #844dee

#844dee #d54dee #4d67ee

Monochromatic Colors of #844dee

#844dee

Complementary Color

#844dee #b7ee4d

#844dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#844dee Color CSS Codes

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

#844dee Text Font Color

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

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


#844dee Background Color

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

This div background color is #844dee


#844dee Border Color

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

This div border color is #844dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844dee


Comments

No comments written yet.

Please login to write comment.