Color Hex Logo

#441161 Color Hex

#441161
(68,17,97)
0 Favorites   0 Comments

Color spaces of #441161

RGB 681797
HSL0.770.700.22
HSV278°82°38°
CMYK 0.300.820.00   0.62
XYZ4.74202.492911.5405
Yxy2.49290.25260.1328
Hunter Lab15.788925.9796-32.2842
CIE-Lab17.886538.0054-36.2245

#441161 color RGB value is (68,17,97).

#441161 hex color red value is 68, green value is 17 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #441161 hue: 0.77 , saturation: 0.70 and the lightness value of 441161 is 0.22.

The process color (four color CMYK) of #441161 color hex is 0.30, 0.82, 0.00, 0.62. Web safe color of #441161 is #330066. Color #441161 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010001 01100001
Octal 104 21 141
Decimal 68 17 97
Hex 44 11 61

RGB Percentages of Color #441161

%37.36
%9.34
%53.30

CMYK Percentages of Color #441161

%30
%82
%0
%62

Triadic Colors of #441161

#441161 #614411 #116144

Analogous Colors of #441161

#441161 #611156 #1c1161

Monochromatic Colors of #441161

#441161

Complementary Color

#441161 #2e6111

#441161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441161 Color CSS Codes

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

#441161 Text Font Color

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

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


#441161 Background Color

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

This div background color is #441161


#441161 Border Color

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

This div border color is #441161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441161


Comments

No comments written yet.

Please login to write comment.