Color Hex Logo

#442d7d Color Hex

#442D7D
(68,45,125)
0 Favorites   0 Comments

Color spaces of #442d7d

RGB 6845125
HSL0.710.470.33
HSV257°64°49°
CMYK 0.460.640.00   0.51
XYZ7.02404.586419.9171
Yxy4.58640.22280.1455
Hunter Lab21.415921.0668-40.1495
CIE-Lab25.522430.8468-41.9418

#442d7d color RGB value is (68,45,125).

#442d7d hex color red value is 68, green value is 45 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #442d7d hue: 0.71 , saturation: 0.47 and the lightness value of 442d7d is 0.33.

The process color (four color CMYK) of #442d7d color hex is 0.46, 0.64, 0.00, 0.51. Web safe color of #442d7d is #333366. Color #442d7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101101 01111101
Octal 104 55 175
Decimal 68 45 125
Hex 44 2D 7D

RGB Percentages of Color #442d7d

%28.57
%18.91
%52.52

CMYK Percentages of Color #442d7d

%46
%64
%0
%51

Triadic Colors of #442d7d

#442d7d #7d442d #2d7d44

Analogous Colors of #442d7d

#442d7d #6c2d7d #2d3e7d

Monochromatic Colors of #442d7d

#442d7d

Complementary Color

#442d7d #667d2d

#442d7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442d7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#442d7d Color CSS Codes

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

#442d7d Text Font Color

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

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


#442d7d Background Color

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

This div background color is #442d7d


#442d7d Border Color

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

This div border color is #442d7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442d7d


Comments

No comments written yet.

Please login to write comment.