Color Hex Logo

#440684 Color Hex

#440684
(68,6,132)
0 Favorites   0 Comments

Color spaces of #440684

RGB 686132
HSL0.750.910.27
HSV270°95°52°
CMYK 0.480.950.00   0.48
XYZ6.61393.025122.0651
Yxy3.02510.20860.0954
Hunter Lab17.392837.4401-63.0423
CIE-Lab20.144149.8631-55.1575

#440684 color RGB value is (68,6,132).

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

The process color (four color CMYK) of #440684 color hex is 0.48, 0.95, 0.00, 0.48. Web safe color of #440684 is #330099. Color #440684 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000110 10000100
Octal 104 6 204
Decimal 68 6 132
Hex 44 6 84

RGB Percentages of Color #440684

%33.01
%2.91
%64.08

CMYK Percentages of Color #440684

%48
%95
%0
%48

Triadic Colors of #440684

#440684 #844406 #068444

Analogous Colors of #440684

#440684 #830684 #060784

Monochromatic Colors of #440684

#440684

Complementary Color

#440684 #468406

#440684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#440684 Color CSS Codes

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

#440684 Text Font Color

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

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


#440684 Background Color

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

This div background color is #440684


#440684 Border Color

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

This div border color is #440684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440684


Comments

No comments written yet.

Please login to write comment.