Color Hex Logo

#441ba4 Color Hex

#441BA4
(68,27,164)
0 Favorites   0 Comments

Color spaces of #441ba4

RGB 6827164
HSL0.720.720.37
HSV258°84°64°
CMYK 0.590.840.00   0.36
XYZ9.47674.693135.5284
Yxy4.69310.19070.0944
Hunter Lab21.663640.1734-82.0715
CIE-Lab25.841951.4984-65.5486

#441ba4 color RGB value is (68,27,164).

#441ba4 hex color red value is 68, green value is 27 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #441ba4 hue: 0.72 , saturation: 0.72 and the lightness value of 441ba4 is 0.37.

The process color (four color CMYK) of #441ba4 color hex is 0.59, 0.84, 0.00, 0.36. Web safe color of #441ba4 is #333399. Color #441ba4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011011 10100100
Octal 104 33 244
Decimal 68 27 164
Hex 44 1B A4

RGB Percentages of Color #441ba4

%26.25
%10.42
%63.32

CMYK Percentages of Color #441ba4

%59
%84
%0
%36

Triadic Colors of #441ba4

#441ba4 #a4441b #1ba444

Analogous Colors of #441ba4

#441ba4 #891ba4 #1b36a4

Monochromatic Colors of #441ba4

#441ba4

Complementary Color

#441ba4 #7ba41b

#441ba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441ba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441ba4 Color CSS Codes

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

#441ba4 Text Font Color

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

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


#441ba4 Background Color

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

This div background color is #441ba4


#441ba4 Border Color

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

This div border color is #441ba4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,27,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #441ba4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #441ba4;
  -webkit-box-shadow: 1px 1px 3px 2px #441ba4;
  box-shadow:         1px 1px 3px 2px #441ba4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441ba4

#441ba4 Color Palettes


Comments

No comments written yet.

Please login to write comment.