Color Hex Logo

#441b97 Color Hex

#441B97
(68,27,151)
0 Favorites   0 Comments

Color spaces of #441b97

RGB 6827151
HSL0.720.700.35
HSV260°82°59°
CMYK 0.550.820.00   0.41
XYZ8.36174.247229.6572
Yxy4.24720.19780.1005
Hunter Lab20.608736.3585-70.8957
CIE-Lab24.472447.9264-59.8643

#441b97 color RGB value is (68,27,151).

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

The process color (four color CMYK) of #441b97 color hex is 0.55, 0.82, 0.00, 0.41. Web safe color of #441b97 is #333399. Color #441b97 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011011 10010111
Octal 104 33 227
Decimal 68 27 151
Hex 44 1B 97

RGB Percentages of Color #441b97

%27.64
%10.98
%61.38

CMYK Percentages of Color #441b97

%55
%82
%0
%41

Triadic Colors of #441b97

#441b97 #97441b #1b9744

Analogous Colors of #441b97

#441b97 #821b97 #1b3097

Monochromatic Colors of #441b97

#441b97

Complementary Color

#441b97 #6e971b

#441b97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441b97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441b97 Color CSS Codes

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

#441b97 Text Font Color

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

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


#441b97 Background Color

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

This div background color is #441b97


#441b97 Border Color

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

This div border color is #441b97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441b97


Comments

No comments written yet.

Please login to write comment.