Color Hex Logo

#443ea1 Color Hex

#443EA1
(68,62,161)
0 Favorites   0 Comments

Color spaces of #443ea1

RGB 6862161
HSL0.680.440.44
HSV244°61°63°
CMYK 0.580.610.00   0.37
XYZ10.53957.247434.5616
Yxy7.24740.20130.1384
Hunter Lab26.921022.7705-57.2727
CIE-Lab32.363631.7495-53.0438

#443ea1 color RGB value is (68,62,161).

#443ea1 hex color red value is 68, green value is 62 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #443ea1 hue: 0.68 , saturation: 0.44 and the lightness value of 443ea1 is 0.44.

The process color (four color CMYK) of #443ea1 color hex is 0.58, 0.61, 0.00, 0.37. Web safe color of #443ea1 is #333399. Color #443ea1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00111110 10100001
Octal 104 76 241
Decimal 68 62 161
Hex 44 3E A1

RGB Percentages of Color #443ea1

%23.37
%21.31
%55.33

CMYK Percentages of Color #443ea1

%58
%61
%0
%37

Triadic Colors of #443ea1

#443ea1 #a1443e #3ea144

Analogous Colors of #443ea1

#443ea1 #763ea1 #3e6aa1

Monochromatic Colors of #443ea1

#443ea1

Complementary Color

#443ea1 #9ba13e

#443ea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443ea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#443ea1 Color CSS Codes

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

#443ea1 Text Font Color

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

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


#443ea1 Background Color

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

This div background color is #443ea1


#443ea1 Border Color

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

This div border color is #443ea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443ea1


Comments

No comments written yet.

Please login to write comment.