Color Hex Logo

#44057d Color Hex

#44057D
(68,5,125)
0 Favorites   0 Comments

Color spaces of #44057d

RGB 685125
HSL0.750.920.25
HSV272°96°49°
CMYK 0.460.960.00   0.51
XYZ6.13982.818219.6224
Yxy2.81820.21480.0986
Hunter Lab16.787535.9059-57.5511
CIE-Lab19.300648.4628-52.1063

#44057d color RGB value is (68,5,125).

#44057d hex color red value is 68, green value is 5 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #44057d hue: 0.75 , saturation: 0.92 and the lightness value of 44057d is 0.25.

The process color (four color CMYK) of #44057d color hex is 0.46, 0.96, 0.00, 0.51. Web safe color of #44057d is #330066. Color #44057d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000101 01111101
Octal 104 5 175
Decimal 68 5 125
Hex 44 5 7D

RGB Percentages of Color #44057d

%34.34
%2.53
%63.13

CMYK Percentages of Color #44057d

%46
%96
%0
%51

Triadic Colors of #44057d

#44057d #7d4405 #057d44

Analogous Colors of #44057d

#44057d #7d057a #08057d

Monochromatic Colors of #44057d

#44057d

Complementary Color

#44057d #3e7d05

#44057d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44057d Color Preview on White Background

Lorem ipsum dolor sit amet.

#44057d Color CSS Codes

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

#44057d Text Font Color

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

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


#44057d Background Color

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

This div background color is #44057d


#44057d Border Color

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

This div border color is #44057d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,5,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 #44057d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44057d


Comments

No comments written yet.

Please login to write comment.