Color Hex Logo

#440eee Color Hex

#440EEE
(68,14,238)
0 Favorites   0 Comments

Color spaces of #440eee

RGB 6814238
HSL0.710.890.49
HSV254°94°93°
CMYK 0.710.940.00   0.07
XYZ17.97367.716181.4310
Yxy7.71610.16780.0720
Hunter Lab27.777966.8867-154.3645
CIE-Lab33.384574.1272-96.3947

#440eee color RGB value is (68,14,238).

#440eee hex color red value is 68, green value is 14 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #440eee hue: 0.71 , saturation: 0.89 and the lightness value of 440eee is 0.49.

The process color (four color CMYK) of #440eee color hex is 0.71, 0.94, 0.00, 0.07. Web safe color of #440eee is #3300ff. Color #440eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00001110 11101110
Octal 104 16 356
Decimal 68 14 238
Hex 44 E EE

RGB Percentages of Color #440eee

%21.25
%4.38
%74.38

CMYK Percentages of Color #440eee

%71
%94
%0
%7

Triadic Colors of #440eee

#440eee #ee440e #0eee44

Analogous Colors of #440eee

#440eee #b40eee #0e48ee

Monochromatic Colors of #440eee

#440eee

Complementary Color

#440eee #b8ee0e

#440eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#440eee Color CSS Codes

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

#440eee Text Font Color

<p style="color:#440eee">Text here</p>

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


#440eee Background Color

<div style="background-color:#440eee">
Div content here</div>

This div background color is #440eee


#440eee Border Color

<div style="border:3px solid #440eee">
Div here</div>

This div border color is #440eee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,14,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #440eee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #440eee;
  -webkit-box-shadow: 1px 1px 3px 2px #440eee;
  box-shadow:         1px 1px 3px 2px #440eee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,14,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 #440eee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440eee


Comments

No comments written yet.

Please login to write comment.