Color Hex Logo

#440edc Color Hex

#440EDC
(68,14,220)
0 Favorites   0 Comments

Color spaces of #440edc

RGB 6814220
HSL0.710.880.46
HSV256°94°86°
CMYK 0.690.940.00   0.14
XYZ15.45926.710368.1906
Yxy6.71030.17110.0743
Hunter Lab25.904261.1932-137.9426
CIE-Lab31.138169.7496-89.8411

#440edc color RGB value is (68,14,220).

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

The process color (four color CMYK) of #440edc color hex is 0.69, 0.94, 0.00, 0.14. Web safe color of #440edc is #3300cc. Color #440edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00001110 11011100
Octal 104 16 334
Decimal 68 14 220
Hex 44 E DC

RGB Percentages of Color #440edc

%22.52
%4.64
%72.85

CMYK Percentages of Color #440edc

%69
%94
%0
%14

Triadic Colors of #440edc

#440edc #dc440e #0edc44

Analogous Colors of #440edc

#440edc #ab0edc #0e3fdc

Monochromatic Colors of #440edc

#440edc

Complementary Color

#440edc #a6dc0e

#440edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#440edc Color CSS Codes

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

#440edc Text Font Color

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

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


#440edc Background Color

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

This div background color is #440edc


#440edc Border Color

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

This div border color is #440edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440edc


Comments

No comments written yet.

Please login to write comment.