Color Hex Logo

#441193 Color Hex

#441193
(68,17,147)
0 Favorites   0 Comments

Color spaces of #441193

RGB 6817147
HSL0.730.790.32
HSV264°88°58°
CMYK 0.540.880.00   0.42
XYZ7.85083.736427.9112
Yxy3.73640.19880.0946
Hunter Lab19.329838.6708-72.0809
CIE-Lab22.780150.5962-60.1862

#441193 color RGB value is (68,17,147).

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

The process color (four color CMYK) of #441193 color hex is 0.54, 0.88, 0.00, 0.42. Web safe color of #441193 is #330099. Color #441193 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010001 10010011
Octal 104 21 223
Decimal 68 17 147
Hex 44 11 93

RGB Percentages of Color #441193

%29.31
%7.33
%63.36

CMYK Percentages of Color #441193

%54
%88
%0
%42

Triadic Colors of #441193

#441193 #934411 #119344

Analogous Colors of #441193

#441193 #851193 #111f93

Monochromatic Colors of #441193

#441193

Complementary Color

#441193 #609311

#441193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441193 Color CSS Codes

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

#441193 Text Font Color

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

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


#441193 Background Color

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

This div background color is #441193


#441193 Border Color

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

This div border color is #441193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441193


Comments

No comments written yet.

Please login to write comment.