Color Hex Logo

#440386 Color Hex

#440386
(68,3,134)
0 Favorites   0 Comments

Color spaces of #440386

RGB 683134
HSL0.750.960.27
HSV270°98°53°
CMYK 0.490.980.00   0.47
XYZ6.71953.015322.7821
Yxy3.01530.20660.0927
Hunter Lab17.364638.6852-65.6323
CIE-Lab20.105151.1203-56.4837

#440386 color RGB value is (68,3,134).

#440386 hex color red value is 68, green value is 3 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #440386 hue: 0.75 , saturation: 0.96 and the lightness value of 440386 is 0.27.

The process color (four color CMYK) of #440386 color hex is 0.49, 0.98, 0.00, 0.47. Web safe color of #440386 is #330099. Color #440386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000011 10000110
Octal 104 3 206
Decimal 68 3 134
Hex 44 3 86

RGB Percentages of Color #440386

%33.17
%1.46
%65.37

CMYK Percentages of Color #440386

%49
%98
%0
%47

Triadic Colors of #440386

#440386 #864403 #038644

Analogous Colors of #440386

#440386 #860386 #030386

Monochromatic Colors of #440386

#440386

Complementary Color

#440386 #458603

#440386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#440386 Color CSS Codes

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

#440386 Text Font Color

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

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


#440386 Background Color

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

This div background color is #440386


#440386 Border Color

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

This div border color is #440386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440386


Comments

No comments written yet.

Please login to write comment.