Color Hex Logo

#442993 Color Hex

#442993
(68,41,147)
0 Favorites   0 Comments

Color spaces of #442993

RGB 6841147
HSL0.710.560.37
HSV255°72°58°
CMYK 0.540.720.00   0.42
XYZ8.44334.921428.1087
Yxy4.92140.20360.1187
Hunter Lab22.184229.1146-59.5949
CIE-Lab26.509739.8662-54.0549

#442993 color RGB value is (68,41,147).

#442993 hex color red value is 68, green value is 41 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #442993 hue: 0.71 , saturation: 0.56 and the lightness value of 442993 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101001 10010011
Octal 104 51 223
Decimal 68 41 147
Hex 44 29 93

RGB Percentages of Color #442993

%26.56
%16.02
%57.42

CMYK Percentages of Color #442993

%54
%72
%0
%42

Triadic Colors of #442993

#442993 #934429 #299344

Analogous Colors of #442993

#442993 #792993 #294393

Monochromatic Colors of #442993

#442993

Complementary Color

#442993 #789329

#442993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#442993 Color CSS Codes

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

#442993 Text Font Color

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

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


#442993 Background Color

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

This div background color is #442993


#442993 Border Color

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

This div border color is #442993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442993


Comments

No comments written yet.

Please login to write comment.