Color Hex Logo

#443061 Color Hex

#443061
(68,48,97)
0 Favorites   0 Comments

Color spaces of #443061

RGB 684897
HSL0.730.340.28
HSV264°51°38°
CMYK 0.300.510.00   0.62
XYZ5.59854.205911.8260
Yxy4.20590.25880.1944
Hunter Lab20.508312.8387-19.8335
CIE-Lab24.340820.6598-25.8706

#443061 color RGB value is (68,48,97).

#443061 hex color red value is 68, green value is 48 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #443061 hue: 0.73 , saturation: 0.34 and the lightness value of 443061 is 0.28.

The process color (four color CMYK) of #443061 color hex is 0.30, 0.51, 0.00, 0.62. Web safe color of #443061 is #333366. Color #443061 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00110000 01100001
Octal 104 60 141
Decimal 68 48 97
Hex 44 30 61

RGB Percentages of Color #443061

%31.92
%22.54
%45.54

CMYK Percentages of Color #443061

%30
%51
%0
%62

Triadic Colors of #443061

#443061 #614430 #306144

Analogous Colors of #443061

#443061 #5d3061 #303561

Monochromatic Colors of #443061

#443061

Complementary Color

#443061 #4d6130

#443061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#443061 Color CSS Codes

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

#443061 Text Font Color

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

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


#443061 Background Color

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

This div background color is #443061


#443061 Border Color

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

This div border color is #443061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443061


Comments

No comments written yet.

Please login to write comment.