Color Hex Logo

#441346 Color Hex

#441346
(68,19,70)
0 Favorites   0 Comments

Color spaces of #441346

RGB 681970
HSL0.830.570.17
HSV298°73°27°
CMYK 0.030.730.00   0.73
XYZ3.72232.13696.0106
Yxy2.13690.31360.1800
Hunter Lab14.618119.8707-14.1458
CIE-Lab16.189931.0466-20.6524

#441346 color RGB value is (68,19,70).

#441346 hex color red value is 68, green value is 19 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #441346 hue: 0.83 , saturation: 0.57 and the lightness value of 441346 is 0.17.

The process color (four color CMYK) of #441346 color hex is 0.03, 0.73, 0.00, 0.73. Web safe color of #441346 is #330033. Color #441346 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010011 01000110
Octal 104 23 106
Decimal 68 19 70
Hex 44 13 46

RGB Percentages of Color #441346

%43.31
%12.10
%44.59

CMYK Percentages of Color #441346

%3
%73
%0
%73

Triadic Colors of #441346

#441346 #464413 #134644

Analogous Colors of #441346

#441346 #46132f #2a1346

Monochromatic Colors of #441346

#441346

Complementary Color

#441346 #154613

#441346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441346 Color CSS Codes

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

#441346 Text Font Color

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

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


#441346 Background Color

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

This div background color is #441346


#441346 Border Color

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

This div border color is #441346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441346


Comments

No comments written yet.

Please login to write comment.