Color Hex Logo

#443aad Color Hex

#443AAD
(68,58,173)
0 Favorites   0 Comments

Color spaces of #443aad

RGB 6858173
HSL0.680.500.45
HSV245°66°68°
CMYK 0.610.660.00   0.32
XYZ11.43987.272240.3359
Yxy7.27220.19370.1232
Hunter Lab26.967028.5300-69.8061
CIE-Lab32.418738.1658-60.1590

#443aad color RGB value is (68,58,173).

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

The process color (four color CMYK) of #443aad color hex is 0.61, 0.66, 0.00, 0.32. Web safe color of #443aad is #333399. Color #443aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00111010 10101101
Octal 104 72 255
Decimal 68 58 173
Hex 44 3A AD

RGB Percentages of Color #443aad

%22.74
%19.40
%57.86

CMYK Percentages of Color #443aad

%61
%66
%0
%32

Triadic Colors of #443aad

#443aad #ad443a #3aad44

Analogous Colors of #443aad

#443aad #7e3aad #3a6aad

Monochromatic Colors of #443aad

#443aad

Complementary Color

#443aad #a3ad3a

#443aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#443aad Color CSS Codes

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

#443aad Text Font Color

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

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


#443aad Background Color

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

This div background color is #443aad


#443aad Border Color

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

This div border color is #443aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443aad


Comments

No comments written yet.

Please login to write comment.