Color Hex Logo

#440eaf Color Hex

#440EAF
(68,14,175)
0 Favorites   0 Comments

Color spaces of #440eaf

RGB 6814175
HSL0.720.850.37
HSV260°92°69°
CMYK 0.610.920.00   0.31
XYZ10.27884.638240.9109
Yxy4.63820.18410.0831
Hunter Lab21.536547.5045-97.5523
CIE-Lab25.678158.5693-72.4600

#440eaf color RGB value is (68,14,175).

#440eaf hex color red value is 68, green value is 14 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #440eaf hue: 0.72 , saturation: 0.85 and the lightness value of 440eaf is 0.37.

The process color (four color CMYK) of #440eaf color hex is 0.61, 0.92, 0.00, 0.31. Web safe color of #440eaf is #330099. Color #440eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00001110 10101111
Octal 104 16 257
Decimal 68 14 175
Hex 44 E AF

RGB Percentages of Color #440eaf

%26.46
%5.45
%68.09

CMYK Percentages of Color #440eaf

%61
%92
%0
%31

Triadic Colors of #440eaf

#440eaf #af440e #0eaf44

Analogous Colors of #440eaf

#440eaf #950eaf #0e28af

Monochromatic Colors of #440eaf

#440eaf

Complementary Color

#440eaf #79af0e

#440eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#440eaf Color CSS Codes

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

#440eaf Text Font Color

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

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


#440eaf Background Color

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

This div background color is #440eaf


#440eaf Border Color

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

This div border color is #440eaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,14,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440eaf


Comments

No comments written yet.

Please login to write comment.