Color Hex Logo

#44309f Color Hex

#44309F
(68,48,159)
0 Favorites   0 Comments

Color spaces of #44309f

RGB 6848159
HSL0.700.540.41
HSV251°70°62°
CMYK 0.570.700.00   0.38
XYZ9.69895.846133.4181
Yxy5.84610.19810.1194
Hunter Lab24.178729.2897-65.0213
CIE-Lab29.020839.5942-57.2857

#44309f color RGB value is (68,48,159).

#44309f hex color red value is 68, green value is 48 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #44309f hue: 0.70 , saturation: 0.54 and the lightness value of 44309f is 0.41.

The process color (four color CMYK) of #44309f color hex is 0.57, 0.70, 0.00, 0.38. Web safe color of #44309f is #333399. Color #44309f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00110000 10011111
Octal 104 60 237
Decimal 68 48 159
Hex 44 30 9F

RGB Percentages of Color #44309f

%24.73
%17.45
%57.82

CMYK Percentages of Color #44309f

%57
%70
%0
%38

Triadic Colors of #44309f

#44309f #9f4430 #309f44

Analogous Colors of #44309f

#44309f #7c309f #30539f

Monochromatic Colors of #44309f

#44309f

Complementary Color

#44309f #8b9f30

#44309f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44309f Color Preview on White Background

Lorem ipsum dolor sit amet.

#44309f Color CSS Codes

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

#44309f Text Font Color

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

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


#44309f Background Color

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

This div background color is #44309f


#44309f Border Color

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

This div border color is #44309f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,48,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #44309f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #44309f;
  -webkit-box-shadow: 1px 1px 3px 2px #44309f;
  box-shadow:         1px 1px 3px 2px #44309f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44309f


Comments

No comments written yet.

Please login to write comment.