Color Hex Logo

#44308b Color Hex

#44308B
(68,48,139)
0 Favorites   0 Comments

Color spaces of #44308b

RGB 6848139
HSL0.700.490.37
HSV253°65°55°
CMYK 0.510.650.00   0.45
XYZ8.10105.206925.0042
Yxy5.20690.21140.1359
Hunter Lab22.818623.4379-48.9957
CIE-Lab27.316333.3328-47.7918

#44308b color RGB value is (68,48,139).

#44308b hex color red value is 68, green value is 48 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #44308b hue: 0.70 , saturation: 0.49 and the lightness value of 44308b is 0.37.

The process color (four color CMYK) of #44308b color hex is 0.51, 0.65, 0.00, 0.45. Web safe color of #44308b is #333399. Color #44308b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00110000 10001011
Octal 104 60 213
Decimal 68 48 139
Hex 44 30 8B

RGB Percentages of Color #44308b

%26.67
%18.82
%54.51

CMYK Percentages of Color #44308b

%51
%65
%0
%45

Triadic Colors of #44308b

#44308b #8b4430 #308b44

Analogous Colors of #44308b

#44308b #72308b #304a8b

Monochromatic Colors of #44308b

#44308b

Complementary Color

#44308b #778b30

#44308b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44308b Color Preview on White Background

Lorem ipsum dolor sit amet.

#44308b Color CSS Codes

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

#44308b Text Font Color

<p style="color:#44308b">Text here</p>

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


#44308b Background Color

<div style="background-color:#44308b">
Div content here</div>

This div background color is #44308b


#44308b Border Color

<div style="border:3px solid #44308b">
Div here</div>

This div border color is #44308b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44308b


Comments

No comments written yet.

Please login to write comment.