Color Hex Logo

#442960 Color Hex

#442960
(68,41,96)
0 Favorites   0 Comments

Color spaces of #442960

RGB 684196
HSL0.750.400.27
HSV269°57°38°
CMYK 0.290.570.00   0.62
XYZ5.28823.659311.4939
Yxy3.65930.25870.1790
Hunter Lab19.129315.8692-22.2341
CIE-Lab22.511524.8818-28.1227

#442960 color RGB value is (68,41,96).

#442960 hex color red value is 68, green value is 41 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #442960 hue: 0.75 , saturation: 0.40 and the lightness value of 442960 is 0.27.

The process color (four color CMYK) of #442960 color hex is 0.29, 0.57, 0.00, 0.62. Web safe color of #442960 is #333366. Color #442960 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101001 01100000
Octal 104 51 140
Decimal 68 41 96
Hex 44 29 60

RGB Percentages of Color #442960

%33.17
%20.00
%46.83

CMYK Percentages of Color #442960

%29
%57
%0
%62

Triadic Colors of #442960

#442960 #604429 #296044

Analogous Colors of #442960

#442960 #602960 #292a60

Monochromatic Colors of #442960

#442960

Complementary Color

#442960 #456029

#442960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#442960 Color CSS Codes

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

#442960 Text Font Color

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

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


#442960 Background Color

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

This div background color is #442960


#442960 Border Color

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

This div border color is #442960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442960


Comments

No comments written yet.

Please login to write comment.