Color Hex Logo

#442d9e Color Hex

#442D9E
(68,45,158)
0 Favorites   0 Comments

Color spaces of #442d9e

RGB 6845158
HSL0.700.560.40
HSV252°72°62°
CMYK 0.570.720.00   0.38
XYZ9.49385.574332.9233
Yxy5.57430.19780.1162
Hunter Lab23.610030.4592-66.1510
CIE-Lab28.312040.9907-57.8387

#442d9e color RGB value is (68,45,158).

#442d9e hex color red value is 68, green value is 45 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #442d9e hue: 0.70 , saturation: 0.56 and the lightness value of 442d9e is 0.40.

The process color (four color CMYK) of #442d9e color hex is 0.57, 0.72, 0.00, 0.38. Web safe color of #442d9e is #333399. Color #442d9e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101101 10011110
Octal 104 55 236
Decimal 68 45 158
Hex 44 2D 9E

RGB Percentages of Color #442d9e

%25.09
%16.61
%58.30

CMYK Percentages of Color #442d9e

%57
%72
%0
%38

Triadic Colors of #442d9e

#442d9e #9e442d #2d9e44

Analogous Colors of #442d9e

#442d9e #7d2d9e #2d4e9e

Monochromatic Colors of #442d9e

#442d9e

Complementary Color

#442d9e #879e2d

#442d9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442d9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#442d9e Color CSS Codes

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

#442d9e Text Font Color

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

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


#442d9e Background Color

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

This div background color is #442d9e


#442d9e Border Color

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

This div border color is #442d9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442d9e


Comments

No comments written yet.

Please login to write comment.