Color Hex Logo

#443ab0 Color Hex

#443AB0
(68,58,176)
0 Favorites   0 Comments

Color spaces of #443ab0

RGB 6858176
HSL0.680.500.46
HSV245°67°69°
CMYK 0.610.670.00   0.31
XYZ11.73347.389641.8822
Yxy7.38960.19230.1211
Hunter Lab27.183829.4746-72.3196
CIE-Lab32.677939.1429-61.5247

#443ab0 color RGB value is (68,58,176).

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

The process color (four color CMYK) of #443ab0 color hex is 0.61, 0.67, 0.00, 0.31. Web safe color of #443ab0 is #333399. Color #443ab0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00111010 10110000
Octal 104 72 260
Decimal 68 58 176
Hex 44 3A B0

RGB Percentages of Color #443ab0

%22.52
%19.21
%58.28

CMYK Percentages of Color #443ab0

%61
%67
%0
%31

Triadic Colors of #443ab0

#443ab0 #b0443a #3ab044

Analogous Colors of #443ab0

#443ab0 #7f3ab0 #3a6bb0

Monochromatic Colors of #443ab0

#443ab0

Complementary Color

#443ab0 #a6b03a

#443ab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443ab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#443ab0 Color CSS Codes

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

#443ab0 Text Font Color

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

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


#443ab0 Background Color

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

This div background color is #443ab0


#443ab0 Border Color

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

This div border color is #443ab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443ab0


Comments

No comments written yet.

Please login to write comment.