Color Hex Logo

#442976 Color Hex

#442976
(68,41,118)
0 Favorites   0 Comments

Color spaces of #442976

RGB 6841118
HSL0.730.480.31
HSV261°65°46°
CMYK 0.420.650.00   0.54
XYZ6.44684.122817.5955
Yxy4.12280.22890.1464
Hunter Lab20.304721.1411-37.1659
CIE-Lab24.073331.1802-39.8455

#442976 color RGB value is (68,41,118).

#442976 hex color red value is 68, green value is 41 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #442976 hue: 0.73 , saturation: 0.48 and the lightness value of 442976 is 0.31.

The process color (four color CMYK) of #442976 color hex is 0.42, 0.65, 0.00, 0.54. Web safe color of #442976 is #333366. Color #442976 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101001 01110110
Octal 104 51 166
Decimal 68 41 118
Hex 44 29 76

RGB Percentages of Color #442976

%29.96
%18.06
%51.98

CMYK Percentages of Color #442976

%42
%65
%0
%54

Triadic Colors of #442976

#442976 #764429 #297644

Analogous Colors of #442976

#442976 #6b2976 #293476

Monochromatic Colors of #442976

#442976

Complementary Color

#442976 #5b7629

#442976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#442976 Color CSS Codes

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

#442976 Text Font Color

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

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


#442976 Background Color

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

This div background color is #442976


#442976 Border Color

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

This div border color is #442976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442976


Comments

No comments written yet.

Please login to write comment.