Color Hex Logo

#443073 Color Hex

#443073
(68,48,115)
0 Favorites   0 Comments

Color spaces of #443073

RGB 6848115
HSL0.720.410.32
HSV258°58°45°
CMYK 0.410.580.00   0.55
XYZ6.53544.580716.7594
Yxy4.58070.23440.1643
Hunter Lab21.402617.0515-31.4456
CIE-Lab25.505125.9384-35.6233

#443073 color RGB value is (68,48,115).

#443073 hex color red value is 68, green value is 48 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #443073 hue: 0.72 , saturation: 0.41 and the lightness value of 443073 is 0.32.

The process color (four color CMYK) of #443073 color hex is 0.41, 0.58, 0.00, 0.55. Web safe color of #443073 is #333366. Color #443073 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00110000 01110011
Octal 104 60 163
Decimal 68 48 115
Hex 44 30 73

RGB Percentages of Color #443073

%29.44
%20.78
%49.78

CMYK Percentages of Color #443073

%41
%58
%0
%55

Triadic Colors of #443073

#443073 #734430 #307344

Analogous Colors of #443073

#443073 #663073 #303d73

Monochromatic Colors of #443073

#443073

Complementary Color

#443073 #5f7330

#443073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#443073 Color CSS Codes

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

#443073 Text Font Color

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

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


#443073 Background Color

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

This div background color is #443073


#443073 Border Color

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

This div border color is #443073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443073


Comments

No comments written yet.

Please login to write comment.