Color Hex Logo

#844cef Color Hex

#844CEF
(132,76,239)
0 Favorites   0 Comments

Color spaces of #844cef

RGB 13276239
HSL0.720.840.62
HSV261°68°94°
CMYK 0.450.680.00   0.06
XYZ27.680116.306483.3499
Yxy16.30640.21740.1281
Hunter Lab40.381251.6894-94.1123
CIE-Lab47.373958.2573-73.6899

#844cef color RGB value is (132,76,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001100 11101111
Octal 204 114 357
Decimal 132 76 239
Hex 84 4C EF

RGB Percentages of Color #844cef

%29.53
%17.00
%53.47

CMYK Percentages of Color #844cef

%45
%68
%0
%6

Triadic Colors of #844cef

#844cef #ef844c #4cef84

Analogous Colors of #844cef

#844cef #d64cef #4c66ef

Monochromatic Colors of #844cef

#844cef

Complementary Color

#844cef #b7ef4c

#844cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#844cef Color CSS Codes

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

#844cef Text Font Color

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

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


#844cef Background Color

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

This div background color is #844cef


#844cef Border Color

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

This div border color is #844cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844cef


Comments

No comments written yet.

Please login to write comment.