Color Hex Logo

#443168 Color Hex

#443168
(68,49,104)
0 Favorites   0 Comments

Color spaces of #443168

RGB 6849104
HSL0.720.360.30
HSV261°53°41°
CMYK 0.350.530.00   0.59
XYZ5.98094.425013.6356
Yxy4.42500.24880.1841
Hunter Lab21.035713.9390-23.7076
CIE-Lab25.029522.0235-29.3213

#443168 color RGB value is (68,49,104).

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

The process color (four color CMYK) of #443168 color hex is 0.35, 0.53, 0.00, 0.59. Web safe color of #443168 is #333366. Color #443168 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00110001 01101000
Octal 104 61 150
Decimal 68 49 104
Hex 44 31 68

RGB Percentages of Color #443168

%30.77
%22.17
%47.06

CMYK Percentages of Color #443168

%35
%53
%0
%59

Triadic Colors of #443168

#443168 #684431 #316844

Analogous Colors of #443168

#443168 #603168 #313a68

Monochromatic Colors of #443168

#443168

Complementary Color

#443168 #556831

#443168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#443168 Color CSS Codes

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

#443168 Text Font Color

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

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


#443168 Background Color

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

This div background color is #443168


#443168 Border Color

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

This div border color is #443168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443168


Comments

No comments written yet.

Please login to write comment.