Color Hex Logo

#440454 Color Hex

#440454
(68,4,84)
0 Favorites   0 Comments

Color spaces of #440454

RGB 68484
HSL0.800.910.17
HSV288°95°33°
CMYK 0.190.950.00   0.67
XYZ4.02751.95598.5528
Yxy1.95590.27710.1346
Hunter Lab13.985326.9301-26.4693
CIE-Lab15.254139.5995-31.7673

#440454 color RGB value is (68,4,84).

#440454 hex color red value is 68, green value is 4 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #440454 hue: 0.80 , saturation: 0.91 and the lightness value of 440454 is 0.17.

The process color (four color CMYK) of #440454 color hex is 0.19, 0.95, 0.00, 0.67. Web safe color of #440454 is #330066. Color #440454 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000100 01010100
Octal 104 4 124
Decimal 68 4 84
Hex 44 4 54

RGB Percentages of Color #440454

%43.59
%2.56
%53.85

CMYK Percentages of Color #440454

%19
%95
%0
%67

Triadic Colors of #440454

#440454 #544404 #045444

Analogous Colors of #440454

#440454 #54043c #1c0454

Monochromatic Colors of #440454

#440454

Complementary Color

#440454 #145404

#440454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#440454 Color CSS Codes

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

#440454 Text Font Color

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

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


#440454 Background Color

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

This div background color is #440454


#440454 Border Color

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

This div border color is #440454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440454


Comments

No comments written yet.

Please login to write comment.