Color Hex Logo

#441428 Color Hex

#441428
(68,20,40)
0 Favorites   0 Comments

Color spaces of #441428

RGB 682040
HSL0.930.550.17
HSV335°71°27°
CMYK 0.000.710.41   0.73
XYZ3.01711.88252.2118
Yxy1.88250.42430.2647
Hunter Lab13.720415.24110.0465
CIE-Lab14.858125.3052-1.3669

#441428 color RGB value is (68,20,40).

#441428 hex color red value is 68, green value is 20 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #441428 hue: 0.93 , saturation: 0.55 and the lightness value of 441428 is 0.17.

The process color (four color CMYK) of #441428 color hex is 0.00, 0.71, 0.41, 0.73. Web safe color of #441428 is #330033. Color #441428 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010100 00101000
Octal 104 24 50
Decimal 68 20 40
Hex 44 14 28

RGB Percentages of Color #441428

%53.13
%15.63
%31.25

CMYK Percentages of Color #441428

%0
%71
%41
%73

Triadic Colors of #441428

#441428 #284414 #142844

Analogous Colors of #441428

#441428 #441814 #441440

Monochromatic Colors of #441428

#441428

Complementary Color

#441428 #144430

#441428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441428 Color CSS Codes

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

#441428 Text Font Color

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

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


#441428 Background Color

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

This div background color is #441428


#441428 Border Color

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

This div border color is #441428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441428


Comments

No comments written yet.

Please login to write comment.