Color Hex Logo

#44298d Color Hex

#44298D
(68,41,141)
0 Favorites   0 Comments

Color spaces of #44298d

RGB 6841141
HSL0.710.550.36
HSV256°71°55°
CMYK 0.520.710.00   0.45
XYZ7.98464.737925.6930
Yxy4.73790.20780.1233
Hunter Lab21.766727.3867-54.7480
CIE-Lab25.974638.0569-51.2195

#44298d color RGB value is (68,41,141).

#44298d hex color red value is 68, green value is 41 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #44298d hue: 0.71 , saturation: 0.55 and the lightness value of 44298d is 0.36.

The process color (four color CMYK) of #44298d color hex is 0.52, 0.71, 0.00, 0.45. Web safe color of #44298d is #333399. Color #44298d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101001 10001101
Octal 104 51 215
Decimal 68 41 141
Hex 44 29 8D

RGB Percentages of Color #44298d

%27.20
%16.40
%56.40

CMYK Percentages of Color #44298d

%52
%71
%0
%45

Triadic Colors of #44298d

#44298d #8d4429 #298d44

Analogous Colors of #44298d

#44298d #76298d #29408d

Monochromatic Colors of #44298d

#44298d

Complementary Color

#44298d #728d29

#44298d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44298d Color Preview on White Background

Lorem ipsum dolor sit amet.

#44298d Color CSS Codes

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

#44298d Text Font Color

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

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


#44298d Background Color

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

This div background color is #44298d


#44298d Border Color

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

This div border color is #44298d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44298d


Comments

No comments written yet.

Please login to write comment.