Color Hex Logo

#441086 Color Hex

#441086
(68,16,134)
0 Favorites   0 Comments

Color spaces of #441086

RGB 6816134
HSL0.740.790.29
HSV266°88°53°
CMYK 0.490.880.00   0.47
XYZ6.87233.320822.8330
Yxy3.32080.20810.1006
Hunter Lab18.223135.4257-61.5326
CIE-Lab21.285447.5880-54.5370

#441086 color RGB value is (68,16,134).

#441086 hex color red value is 68, green value is 16 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #441086 hue: 0.74 , saturation: 0.79 and the lightness value of 441086 is 0.29.

The process color (four color CMYK) of #441086 color hex is 0.49, 0.88, 0.00, 0.47. Web safe color of #441086 is #330099. Color #441086 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010000 10000110
Octal 104 20 206
Decimal 68 16 134
Hex 44 10 86

RGB Percentages of Color #441086

%31.19
%7.34
%61.47

CMYK Percentages of Color #441086

%49
%88
%0
%47

Triadic Colors of #441086

#441086 #864410 #108644

Analogous Colors of #441086

#441086 #7f1086 #101786

Monochromatic Colors of #441086

#441086

Complementary Color

#441086 #528610

#441086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441086 Color CSS Codes

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

#441086 Text Font Color

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

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


#441086 Background Color

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

This div background color is #441086


#441086 Border Color

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

This div border color is #441086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441086


Comments

No comments written yet.

Please login to write comment.