Color Hex Logo

#443171 Color Hex

#443171
(68,49,113)
0 Favorites   0 Comments

Color spaces of #443171

RGB 6849113
HSL0.720.400.32
HSV258°57°44°
CMYK 0.400.570.00   0.56
XYZ6.46284.617816.1735
Yxy4.61780.23710.1694
Hunter Lab21.489116.0777-29.5816
CIE-Lab25.616924.6954-34.1667

#443171 color RGB value is (68,49,113).

#443171 hex color red value is 68, green value is 49 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #443171 hue: 0.72 , saturation: 0.40 and the lightness value of 443171 is 0.32.

The process color (four color CMYK) of #443171 color hex is 0.40, 0.57, 0.00, 0.56. Web safe color of #443171 is #333366. Color #443171 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00110001 01110001
Octal 104 61 161
Decimal 68 49 113
Hex 44 31 71

RGB Percentages of Color #443171

%29.57
%21.30
%49.13

CMYK Percentages of Color #443171

%40
%57
%0
%56

Triadic Colors of #443171

#443171 #714431 #317144

Analogous Colors of #443171

#443171 #643171 #313e71

Monochromatic Colors of #443171

#443171

Complementary Color

#443171 #5e7131

#443171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#443171 Color CSS Codes

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

#443171 Text Font Color

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

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


#443171 Background Color

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

This div background color is #443171


#443171 Border Color

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

This div border color is #443171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443171


Comments

No comments written yet.

Please login to write comment.