Color Hex Logo

#442394 Color Hex

#442394
(68,35,148)
0 Favorites   0 Comments

Color spaces of #442394

RGB 6835148
HSL0.720.620.36
HSV258°76°58°
CMYK 0.540.760.00   0.42
XYZ8.33024.569128.4599
Yxy4.56910.20140.1105
Hunter Lab21.375532.1560-63.9776
CIE-Lab25.470143.3465-56.3755

#442394 color RGB value is (68,35,148).

#442394 hex color red value is 68, green value is 35 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #442394 hue: 0.72 , saturation: 0.62 and the lightness value of 442394 is 0.36.

The process color (four color CMYK) of #442394 color hex is 0.54, 0.76, 0.00, 0.42. Web safe color of #442394 is #333399. Color #442394 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00100011 10010100
Octal 104 43 224
Decimal 68 35 148
Hex 44 23 94

RGB Percentages of Color #442394

%27.09
%13.94
%58.96

CMYK Percentages of Color #442394

%54
%76
%0
%42

Triadic Colors of #442394

#442394 #944423 #239444

Analogous Colors of #442394

#442394 #7d2394 #233b94

Monochromatic Colors of #442394

#442394

Complementary Color

#442394 #739423

#442394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#442394 Color CSS Codes

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

#442394 Text Font Color

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

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


#442394 Background Color

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

This div background color is #442394


#442394 Border Color

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

This div border color is #442394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442394


Comments

No comments written yet.

Please login to write comment.