Color Hex Logo

#441368 Color Hex

#441368
(68,19,104)
1 Favorites   0 Comments

Color spaces of #441368

RGB 6819104
HSL0.760.690.24
HSV275°82°41°
CMYK 0.350.820.00   0.59
XYZ5.11552.694213.3471
Yxy2.69420.24180.1273
Hunter Lab16.414026.9058-36.7220
CIE-Lab18.775138.8863-39.3940

#441368 color RGB value is (68,19,104).

#441368 hex color red value is 68, green value is 19 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #441368 hue: 0.76 , saturation: 0.69 and the lightness value of 441368 is 0.24.

The process color (four color CMYK) of #441368 color hex is 0.35, 0.82, 0.00, 0.59. Web safe color of #441368 is #330066. Color #441368 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010011 01101000
Octal 104 23 150
Decimal 68 19 104
Hex 44 13 68

RGB Percentages of Color #441368

%35.60
%9.95
%54.45

CMYK Percentages of Color #441368

%35
%82
%0
%59

Triadic Colors of #441368

#441368 #684413 #136844

Analogous Colors of #441368

#441368 #681362 #1a1368

Monochromatic Colors of #441368

#441368

Complementary Color

#441368 #376813

#441368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441368 Color CSS Codes

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

#441368 Text Font Color

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

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


#441368 Background Color

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

This div background color is #441368


#441368 Border Color

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

This div border color is #441368


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,19,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #441368; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #441368;
  -webkit-box-shadow: 1px 1px 3px 2px #441368;
  box-shadow:         1px 1px 3px 2px #441368; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441368


Comments

No comments written yet.

Please login to write comment.