Color Hex Logo

#441b95 Color Hex

#441B95
(68,27,149)
0 Favorites   0 Comments

Color spaces of #441b95

RGB 6827149
HSL0.720.690.35
HSV260°82°58°
CMYK 0.540.820.00   0.42
XYZ8.20064.182728.8089
Yxy4.18270.19910.1015
Hunter Lab20.451735.7836-69.2018
CIE-Lab24.266547.3766-58.9713

#441b95 color RGB value is (68,27,149).

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

The process color (four color CMYK) of #441b95 color hex is 0.54, 0.82, 0.00, 0.42. Web safe color of #441b95 is #333399. Color #441b95 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011011 10010101
Octal 104 33 225
Decimal 68 27 149
Hex 44 1B 95

RGB Percentages of Color #441b95

%27.87
%11.07
%61.07

CMYK Percentages of Color #441b95

%54
%82
%0
%42

Triadic Colors of #441b95

#441b95 #95441b #1b9544

Analogous Colors of #441b95

#441b95 #811b95 #1b2f95

Monochromatic Colors of #441b95

#441b95

Complementary Color

#441b95 #6c951b

#441b95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441b95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441b95 Color CSS Codes

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

#441b95 Text Font Color

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

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


#441b95 Background Color

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

This div background color is #441b95


#441b95 Border Color

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

This div border color is #441b95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441b95


Comments

No comments written yet.

Please login to write comment.