Color Hex Logo

#440858 Color Hex

#440858
(68,8,88)
0 Favorites   0 Comments

Color spaces of #440858

RGB 68888
HSL0.790.830.19
HSV285°91°35°
CMYK 0.230.910.00   0.65
XYZ4.23222.10729.4162
Yxy2.10720.26860.1337
Hunter Lab14.516226.6384-28.2982
CIE-Lab16.040139.1163-33.2026

#440858 color RGB value is (68,8,88).

#440858 hex color red value is 68, green value is 8 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #440858 hue: 0.79 , saturation: 0.83 and the lightness value of 440858 is 0.19.

The process color (four color CMYK) of #440858 color hex is 0.23, 0.91, 0.00, 0.65. Web safe color of #440858 is #330066. Color #440858 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00001000 01011000
Octal 104 10 130
Decimal 68 8 88
Hex 44 8 58

RGB Percentages of Color #440858

%41.46
%4.88
%53.66

CMYK Percentages of Color #440858

%23
%91
%0
%65

Triadic Colors of #440858

#440858 #584408 #085844

Analogous Colors of #440858

#440858 #580844 #1c0858

Monochromatic Colors of #440858

#440858

Complementary Color

#440858 #1c5808

#440858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#440858 Color CSS Codes

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

#440858 Text Font Color

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

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


#440858 Background Color

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

This div background color is #440858


#440858 Border Color

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

This div border color is #440858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440858


Comments

No comments written yet.

Please login to write comment.