Color Hex Logo

#443daa Color Hex

#443DAA
(68,61,170)
0 Favorites   0 Comments

Color spaces of #443daa

RGB 6861170
HSL0.680.470.45
HSV244°64°67°
CMYK 0.600.640.00   0.33
XYZ11.30837.468738.8758
Yxy7.46870.19610.1295
Hunter Lab27.328926.0350-65.2107
CIE-Lab32.850935.3532-57.6592

#443daa color RGB value is (68,61,170).

#443daa hex color red value is 68, green value is 61 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #443daa hue: 0.68 , saturation: 0.47 and the lightness value of 443daa is 0.45.

The process color (four color CMYK) of #443daa color hex is 0.60, 0.64, 0.00, 0.33. Web safe color of #443daa is #333399. Color #443daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00111101 10101010
Octal 104 75 252
Decimal 68 61 170
Hex 44 3D AA

RGB Percentages of Color #443daa

%22.74
%20.40
%56.86

CMYK Percentages of Color #443daa

%60
%64
%0
%33

Triadic Colors of #443daa

#443daa #aa443d #3daa44

Analogous Colors of #443daa

#443daa #7b3daa #3d6daa

Monochromatic Colors of #443daa

#443daa

Complementary Color

#443daa #a3aa3d

#443daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#443daa Color CSS Codes

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

#443daa Text Font Color

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

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


#443daa Background Color

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

This div background color is #443daa


#443daa Border Color

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

This div border color is #443daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,61,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #443daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #443daa;
  -webkit-box-shadow: 1px 1px 3px 2px #443daa;
  box-shadow:         1px 1px 3px 2px #443daa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443daa


Comments

No comments written yet.

Please login to write comment.