Color Hex Logo

#442863 Color Hex

#442863
(68,40,99)
0 Favorites   0 Comments

Color spaces of #442863

RGB 684099
HSL0.750.420.27
HSV268°60°39°
CMYK 0.310.600.00   0.61
XYZ5.39483.647412.2241
Yxy3.64740.25370.1715
Hunter Lab19.098217.0004-24.5808
CIE-Lab22.469726.3360-30.1555

#442863 color RGB value is (68,40,99).

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

The process color (four color CMYK) of #442863 color hex is 0.31, 0.60, 0.00, 0.61. Web safe color of #442863 is #333366. Color #442863 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101000 01100011
Octal 104 50 143
Decimal 68 40 99
Hex 44 28 63

RGB Percentages of Color #442863

%32.85
%19.32
%47.83

CMYK Percentages of Color #442863

%31
%60
%0
%61

Triadic Colors of #442863

#442863 #634428 #286344

Analogous Colors of #442863

#442863 #622863 #282a63

Monochromatic Colors of #442863

#442863

Complementary Color

#442863 #476328

#442863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#442863 Color CSS Codes

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

#442863 Text Font Color

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

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


#442863 Background Color

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

This div background color is #442863


#442863 Border Color

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

This div border color is #442863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442863


Comments

No comments written yet.

Please login to write comment.