Color Hex Logo

#44487d Color Hex

#44487D
(68,72,125)
0 Favorites   0 Comments

Color spaces of #44487d

RGB 6872125
HSL0.650.300.38
HSV236°46°49°
CMYK 0.460.420.00   0.51
XYZ8.40297.344320.3768
Yxy7.34430.23260.2033
Hunter Lab27.10047.9211-25.6100
CIE-Lab32.578213.3522-30.6434

#44487d color RGB value is (68,72,125).

#44487d hex color red value is 68, green value is 72 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #44487d hue: 0.65 , saturation: 0.30 and the lightness value of 44487d is 0.38.

The process color (four color CMYK) of #44487d color hex is 0.46, 0.42, 0.00, 0.51. Web safe color of #44487d is #333366. Color #44487d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001000 01111101
Octal 104 110 175
Decimal 68 72 125
Hex 44 48 7D

RGB Percentages of Color #44487d

%25.66
%27.17
%47.17

CMYK Percentages of Color #44487d

%46
%42
%0
%51

Triadic Colors of #44487d

#44487d #7d4448 #487d44

Analogous Colors of #44487d

#44487d #5c447d #44657d

Monochromatic Colors of #44487d

#44487d

Complementary Color

#44487d #7d7944

#44487d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44487d Color Preview on White Background

Lorem ipsum dolor sit amet.

#44487d Color CSS Codes

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

#44487d Text Font Color

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

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


#44487d Background Color

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

This div background color is #44487d


#44487d Border Color

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

This div border color is #44487d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,72,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #44487d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #44487d;
  -webkit-box-shadow: 1px 1px 3px 2px #44487d;
  box-shadow:         1px 1px 3px 2px #44487d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44487d


Comments

No comments written yet.

Please login to write comment.