Color Hex Logo

#443260 Color Hex

#443260
(68,50,96)
0 Favorites   0 Comments

Color spaces of #443260

RGB 685096
HSL0.730.320.29
HSV263°48°38°
CMYK 0.290.480.00   0.62
XYZ5.63584.354711.6098
Yxy4.35470.26090.2016
Hunter Lab20.867911.6887-18.3783
CIE-Lab24.811019.0640-24.4747

#443260 color RGB value is (68,50,96).

#443260 hex color red value is 68, green value is 50 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #443260 hue: 0.73 , saturation: 0.32 and the lightness value of 443260 is 0.29.

The process color (four color CMYK) of #443260 color hex is 0.29, 0.48, 0.00, 0.62. Web safe color of #443260 is #333366. Color #443260 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00110010 01100000
Octal 104 62 140
Decimal 68 50 96
Hex 44 32 60

RGB Percentages of Color #443260

%31.78
%23.36
%44.86

CMYK Percentages of Color #443260

%29
%48
%0
%62

Triadic Colors of #443260

#443260 #604432 #326044

Analogous Colors of #443260

#443260 #5b3260 #323760

Monochromatic Colors of #443260

#443260

Complementary Color

#443260 #4e6032

#443260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#443260 Color CSS Codes

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

#443260 Text Font Color

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

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


#443260 Background Color

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

This div background color is #443260


#443260 Border Color

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

This div border color is #443260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443260


Comments

No comments written yet.

Please login to write comment.