Color Hex Logo

#441848 Color Hex

#441848
(68,24,72)
0 Favorites   0 Comments

Color spaces of #441848

RGB 682472
HSL0.820.500.19
HSV295°67°28°
CMYK 0.060.670.00   0.72
XYZ3.88022.35016.3800
Yxy2.35010.30770.1864
Hunter Lab15.330018.3527-13.9441
CIE-Lab17.226728.9454-20.3940

#441848 color RGB value is (68,24,72).

#441848 hex color red value is 68, green value is 24 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #441848 hue: 0.82 , saturation: 0.50 and the lightness value of 441848 is 0.19.

The process color (four color CMYK) of #441848 color hex is 0.06, 0.67, 0.00, 0.72. Web safe color of #441848 is #330033. Color #441848 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011000 01001000
Octal 104 30 110
Decimal 68 24 72
Hex 44 18 48

RGB Percentages of Color #441848

%41.46
%14.63
%43.90

CMYK Percentages of Color #441848

%6
%67
%0
%72

Triadic Colors of #441848

#441848 #484418 #184844

Analogous Colors of #441848

#441848 #481834 #2c1848

Monochromatic Colors of #441848

#441848

Complementary Color

#441848 #1c4818

#441848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441848 Color CSS Codes

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

#441848 Text Font Color

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

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


#441848 Background Color

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

This div background color is #441848


#441848 Border Color

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

This div border color is #441848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441848


Comments

No comments written yet.

Please login to write comment.