Color Hex Logo

#443772 Color Hex

#443772
(68,55,114)
0 Favorites   0 Comments

Color spaces of #443772

RGB 6855114
HSL0.700.350.33
HSV253°52°45°
CMYK 0.400.520.00   0.55
XYZ6.78735.176216.5610
Yxy5.17620.23790.1815
Hunter Lab22.751313.4365-27.2322
CIE-Lab27.231021.0982-32.2231

#443772 color RGB value is (68,55,114).

#443772 hex color red value is 68, green value is 55 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #443772 hue: 0.70 , saturation: 0.35 and the lightness value of 443772 is 0.33.

The process color (four color CMYK) of #443772 color hex is 0.40, 0.52, 0.00, 0.55. Web safe color of #443772 is #333366. Color #443772 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00110111 01110010
Octal 104 67 162
Decimal 68 55 114
Hex 44 37 72

RGB Percentages of Color #443772

%28.69
%23.21
%48.10

CMYK Percentages of Color #443772

%40
%52
%0
%55

Triadic Colors of #443772

#443772 #724437 #377244

Analogous Colors of #443772

#443772 #623772 #374872

Monochromatic Colors of #443772

#443772

Complementary Color

#443772 #657237

#443772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#443772 Color CSS Codes

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

#443772 Text Font Color

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

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


#443772 Background Color

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

This div background color is #443772


#443772 Border Color

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

This div border color is #443772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443772


Comments

No comments written yet.

Please login to write comment.