Color Hex Logo

#441155 Color Hex

#441155
(68,17,85)
0 Favorites   0 Comments

Color spaces of #441155

RGB 681785
HSL0.790.670.20
HSV285°80°33°
CMYK 0.200.800.00   0.67
XYZ4.22402.28578.8129
Yxy2.28570.27570.1492
Hunter Lab15.118523.4141-23.9784
CIE-Lab16.920335.2074-29.7541

#441155 color RGB value is (68,17,85).

#441155 hex color red value is 68, green value is 17 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #441155 hue: 0.79 , saturation: 0.67 and the lightness value of 441155 is 0.20.

The process color (four color CMYK) of #441155 color hex is 0.20, 0.80, 0.00, 0.67. Web safe color of #441155 is #330066. Color #441155 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010001 01010101
Octal 104 21 125
Decimal 68 17 85
Hex 44 11 55

RGB Percentages of Color #441155

%40.00
%10.00
%50.00

CMYK Percentages of Color #441155

%20
%80
%0
%67

Triadic Colors of #441155

#441155 #554411 #115544

Analogous Colors of #441155

#441155 #551144 #221155

Monochromatic Colors of #441155

#441155

Complementary Color

#441155 #225511

#441155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441155 Color CSS Codes

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

#441155 Text Font Color

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

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


#441155 Background Color

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

This div background color is #441155


#441155 Border Color

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

This div border color is #441155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441155


Comments

No comments written yet.

Please login to write comment.