Color Hex Logo

#441aba Color Hex

#441ABA
(68,26,186)
0 Favorites   0 Comments

Color spaces of #441aba

RGB 6826186
HSL0.710.750.42
HSV256°86°73°
CMYK 0.630.860.00   0.27
XYZ11.61625.512946.9062
Yxy5.51290.18140.0861
Hunter Lab23.479647.2212-102.0106
CIE-Lab28.148757.8334-74.9313

#441aba color RGB value is (68,26,186).

#441aba hex color red value is 68, green value is 26 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #441aba hue: 0.71 , saturation: 0.75 and the lightness value of 441aba is 0.42.

The process color (four color CMYK) of #441aba color hex is 0.63, 0.86, 0.00, 0.27. Web safe color of #441aba is #3333cc. Color #441aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011010 10111010
Octal 104 32 272
Decimal 68 26 186
Hex 44 1A BA

RGB Percentages of Color #441aba

%24.29
%9.29
%66.43

CMYK Percentages of Color #441aba

%63
%86
%0
%27

Triadic Colors of #441aba

#441aba #ba441a #1aba44

Analogous Colors of #441aba

#441aba #941aba #1a40ba

Monochromatic Colors of #441aba

#441aba

Complementary Color

#441aba #90ba1a

#441aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#441aba Color CSS Codes

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

#441aba Text Font Color

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

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


#441aba Background Color

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

This div background color is #441aba


#441aba Border Color

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

This div border color is #441aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441aba


Comments

No comments written yet.

Please login to write comment.