Color Hex Logo

#44248c Color Hex

#44248C
(68,36,140)
0 Favorites   0 Comments

Color spaces of #44248c

RGB 6836140
HSL0.720.590.35
HSV258°74°55°
CMYK 0.510.740.00   0.45
XYZ7.74844.384125.2488
Yxy4.38410.20730.1173
Hunter Lab20.938229.4137-56.8393
CIE-Lab24.902740.4964-52.3513

#44248c color RGB value is (68,36,140).

#44248c hex color red value is 68, green value is 36 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #44248c hue: 0.72 , saturation: 0.59 and the lightness value of 44248c is 0.35.

The process color (four color CMYK) of #44248c color hex is 0.51, 0.74, 0.00, 0.45. Web safe color of #44248c is #333399. Color #44248c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00100100 10001100
Octal 104 44 214
Decimal 68 36 140
Hex 44 24 8C

RGB Percentages of Color #44248c

%27.87
%14.75
%57.38

CMYK Percentages of Color #44248c

%51
%74
%0
%45

Triadic Colors of #44248c

#44248c #8c4424 #248c44

Analogous Colors of #44248c

#44248c #78248c #24388c

Monochromatic Colors of #44248c

#44248c

Complementary Color

#44248c #6c8c24

#44248c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44248c Color Preview on White Background

Lorem ipsum dolor sit amet.

#44248c Color CSS Codes

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

#44248c Text Font Color

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

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


#44248c Background Color

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

This div background color is #44248c


#44248c Border Color

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

This div border color is #44248c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44248c


Comments

No comments written yet.

Please login to write comment.