Color Hex Logo

#440186 Color Hex

#440186
(68,1,134)
0 Favorites   0 Comments

Color spaces of #440186

RGB 681134
HSL0.750.990.26
HSV270°99°53°
CMYK 0.490.990.00   0.47
XYZ6.69782.971922.7749
Yxy2.97190.20640.0916
Hunter Lab17.239239.1825-66.2612
CIE-Lab19.931051.6477-56.7713

#440186 color RGB value is (68,1,134).

#440186 hex color red value is 68, green value is 1 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #440186 hue: 0.75 , saturation: 0.99 and the lightness value of 440186 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000001 10000110
Octal 104 1 206
Decimal 68 1 134
Hex 44 1 86

RGB Percentages of Color #440186

%33.50
%0.49
%66.01

CMYK Percentages of Color #440186

%49
%99
%0
%47

Triadic Colors of #440186

#440186 #864401 #018644

Analogous Colors of #440186

#440186 #860186 #010186

Monochromatic Colors of #440186

#440186

Complementary Color

#440186 #438601

#440186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#440186 Color CSS Codes

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

#440186 Text Font Color

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

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


#440186 Background Color

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

This div background color is #440186


#440186 Border Color

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

This div border color is #440186


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,1,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 #440186">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440186


Comments

No comments written yet.

Please login to write comment.