Color Hex Logo

#894dec Color Hex

#894DEC
(137,77,236)
0 Favorites   0 Comments

Color spaces of #894dec

RGB 13777236
HSL0.730.810.61
HSV263°67°93°
CMYK 0.420.670.00   0.07
XYZ28.110716.682281.0953
Yxy16.68220.22330.1325
Hunter Lab40.843851.3755-89.1294
CIE-Lab47.857157.8845-71.1921

#894dec color RGB value is (137,77,236).

#894dec hex color red value is 137, green value is 77 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #894dec hue: 0.73 , saturation: 0.81 and the lightness value of 894dec is 0.61.

The process color (four color CMYK) of #894dec color hex is 0.42, 0.67, 0.00, 0.07. Web safe color of #894dec is #9966ff. Color #894dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001101 11101100
Octal 211 115 354
Decimal 137 77 236
Hex 89 4D EC

RGB Percentages of Color #894dec

%30.44
%17.11
%52.44

CMYK Percentages of Color #894dec

%42
%67
%0
%7

Triadic Colors of #894dec

#894dec #ec894d #4dec89

Analogous Colors of #894dec

#894dec #d94dec #4d60ec

Monochromatic Colors of #894dec

#894dec

Complementary Color

#894dec #b0ec4d

#894dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#894dec Color CSS Codes

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

#894dec Text Font Color

<p style="color:#894dec">Text here</p>

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


#894dec Background Color

<div style="background-color:#894dec">
Div content here</div>

This div background color is #894dec


#894dec Border Color

<div style="border:3px solid #894dec">
Div here</div>

This div border color is #894dec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,77,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #894dec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #894dec;
  -webkit-box-shadow: 1px 1px 3px 2px #894dec;
  box-shadow:         1px 1px 3px 2px #894dec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894dec


Comments

No comments written yet.

Please login to write comment.