Color Hex Logo

#443896 Color Hex

#443896
(68,56,150)
0 Favorites   0 Comments

Color spaces of #443896

RGB 6856150
HSL0.690.460.40
HSV248°63°59°
CMYK 0.550.630.00   0.41
XYZ9.30316.259329.5720
Yxy6.25930.20610.1387
Hunter Lab25.018622.5922-52.5678
CIE-Lab30.057531.9034-50.1106

#443896 color RGB value is (68,56,150).

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

The process color (four color CMYK) of #443896 color hex is 0.55, 0.63, 0.00, 0.41. Web safe color of #443896 is #333399. Color #443896 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00111000 10010110
Octal 104 70 226
Decimal 68 56 150
Hex 44 38 96

RGB Percentages of Color #443896

%24.82
%20.44
%54.74

CMYK Percentages of Color #443896

%55
%63
%0
%41

Triadic Colors of #443896

#443896 #964438 #389644

Analogous Colors of #443896

#443896 #733896 #385b96

Monochromatic Colors of #443896

#443896

Complementary Color

#443896 #8a9638

#443896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#443896 Color CSS Codes

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

#443896 Text Font Color

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

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


#443896 Background Color

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

This div background color is #443896


#443896 Border Color

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

This div border color is #443896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443896


Comments

No comments written yet.

Please login to write comment.