Color Hex Logo

#443884 Color Hex

#443884
(68,56,132)
0 Favorites   0 Comments

Color spaces of #443884

RGB 6856132
HSL0.690.400.37
HSV249°58°52°
CMYK 0.480.580.00   0.48
XYZ7.96295.723222.5148
Yxy5.72320.22000.1581
Hunter Lab23.923217.5485-39.0532
CIE-Lab28.703126.0976-41.1934

#443884 color RGB value is (68,56,132).

#443884 hex color red value is 68, green value is 56 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #443884 hue: 0.69 , saturation: 0.40 and the lightness value of 443884 is 0.37.

The process color (four color CMYK) of #443884 color hex is 0.48, 0.58, 0.00, 0.48. Web safe color of #443884 is #333399. Color #443884 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00111000 10000100
Octal 104 70 204
Decimal 68 56 132
Hex 44 38 84

RGB Percentages of Color #443884

%26.56
%21.88
%51.56

CMYK Percentages of Color #443884

%48
%58
%0
%48

Triadic Colors of #443884

#443884 #844438 #388444

Analogous Colors of #443884

#443884 #6a3884 #385284

Monochromatic Colors of #443884

#443884

Complementary Color

#443884 #788438

#443884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#443884 Color CSS Codes

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

#443884 Text Font Color

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

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


#443884 Background Color

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

This div background color is #443884


#443884 Border Color

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

This div border color is #443884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443884


Comments

No comments written yet.

Please login to write comment.