Color Hex Logo

#44365c Color Hex

#44365C
(68,54,92)
0 Favorites   0 Comments

Color spaces of #44365c

RGB 685492
HSL0.730.260.29
HSV262°41°36°
CMYK 0.260.410.00   0.64
XYZ5.63484.640010.7238
Yxy4.64000.26830.2210
Hunter Lab21.54078.9975-14.4385
CIE-Lab25.683515.2919-20.4938

#44365c color RGB value is (68,54,92).

#44365c hex color red value is 68, green value is 54 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #44365c hue: 0.73 , saturation: 0.26 and the lightness value of 44365c is 0.29.

The process color (four color CMYK) of #44365c color hex is 0.26, 0.41, 0.00, 0.64. Web safe color of #44365c is #333366. Color #44365c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00110110 01011100
Octal 104 66 134
Decimal 68 54 92
Hex 44 36 5C

RGB Percentages of Color #44365c

%31.78
%25.23
%42.99

CMYK Percentages of Color #44365c

%26
%41
%0
%64

Triadic Colors of #44365c

#44365c #5c4436 #365c44

Analogous Colors of #44365c

#44365c #57365c #363b5c

Monochromatic Colors of #44365c

#44365c

Complementary Color

#44365c #4e5c36

#44365c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44365c Color Preview on White Background

Lorem ipsum dolor sit amet.

#44365c Color CSS Codes

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

#44365c Text Font Color

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

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


#44365c Background Color

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

This div background color is #44365c


#44365c Border Color

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

This div border color is #44365c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,54,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #44365c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #44365c;
  -webkit-box-shadow: 1px 1px 3px 2px #44365c;
  box-shadow:         1px 1px 3px 2px #44365c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44365c


Comments

No comments written yet.

Please login to write comment.