Color Hex Logo

#442d4e Color Hex

#442D4E
(68,45,78)
0 Favorites   0 Comments

Color spaces of #442d4e

RGB 684578
HSL0.780.270.24
HSV282°42°31°
CMYK 0.130.420.00   0.69
XYZ4.69743.65587.6658
Yxy3.65580.29320.2282
Hunter Lab19.120110.3933-10.3869
CIE-Lab22.499217.5439-16.2060

#442d4e color RGB value is (68,45,78).

#442d4e hex color red value is 68, green value is 45 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #442d4e hue: 0.78 , saturation: 0.27 and the lightness value of 442d4e is 0.24.

The process color (four color CMYK) of #442d4e color hex is 0.13, 0.42, 0.00, 0.69. Web safe color of #442d4e is #333366. Color #442d4e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101101 01001110
Octal 104 55 116
Decimal 68 45 78
Hex 44 2D 4E

RGB Percentages of Color #442d4e

%35.60
%23.56
%40.84

CMYK Percentages of Color #442d4e

%13
%42
%0
%69

Triadic Colors of #442d4e

#442d4e #4e442d #2d4e44

Analogous Colors of #442d4e

#442d4e #4e2d47 #342d4e

Monochromatic Colors of #442d4e

#442d4e

Complementary Color

#442d4e #374e2d

#442d4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442d4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#442d4e Color CSS Codes

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

#442d4e Text Font Color

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

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


#442d4e Background Color

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

This div background color is #442d4e


#442d4e Border Color

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

This div border color is #442d4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442d4e

#442d4e Color Palettes


Comments

No comments written yet.

Please login to write comment.