Color Hex Logo

#443490 Color Hex

#443490
(68,52,144)
0 Favorites   0 Comments

Color spaces of #443490

RGB 6852144
HSL0.700.470.38
HSV250°64°56°
CMYK 0.530.640.00   0.44
XYZ8.64595.698527.0298
Yxy5.69850.20900.1377
Hunter Lab23.871522.8748-50.4242
CIE-Lab28.638732.4596-48.7335

#443490 color RGB value is (68,52,144).

#443490 hex color red value is 68, green value is 52 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #443490 hue: 0.70 , saturation: 0.47 and the lightness value of 443490 is 0.38.

The process color (four color CMYK) of #443490 color hex is 0.53, 0.64, 0.00, 0.44. Web safe color of #443490 is #333399. Color #443490 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00110100 10010000
Octal 104 64 220
Decimal 68 52 144
Hex 44 34 90

RGB Percentages of Color #443490

%25.76
%19.70
%54.55

CMYK Percentages of Color #443490

%53
%64
%0
%44

Triadic Colors of #443490

#443490 #904434 #349044

Analogous Colors of #443490

#443490 #723490 #345290

Monochromatic Colors of #443490

#443490

Complementary Color

#443490 #809034

#443490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#443490 Color CSS Codes

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

#443490 Text Font Color

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

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


#443490 Background Color

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

This div background color is #443490


#443490 Border Color

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

This div border color is #443490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443490


Comments

No comments written yet.

Please login to write comment.