Color Hex Logo

#4401ab Color Hex

#4401AB
(68,1,171)
0 Favorites   0 Comments

Color spaces of #4401ab

RGB 681171
HSL0.730.990.34
HSV264°99°67°
CMYK 0.600.990.00   0.33
XYZ9.74544.190938.8234
Yxy4.19090.18470.0794
Hunter Lab20.471749.1482-98.1100
CIE-Lab24.292860.3465-72.3509

#4401ab color RGB value is (68,1,171).

#4401ab hex color red value is 68, green value is 1 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4401ab hue: 0.73 , saturation: 0.99 and the lightness value of 4401ab is 0.34.

The process color (four color CMYK) of #4401ab color hex is 0.60, 0.99, 0.00, 0.33. Web safe color of #4401ab is #330099. Color #4401ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000001 10101011
Octal 104 1 253
Decimal 68 1 171
Hex 44 1 AB

RGB Percentages of Color #4401ab

%28.33
%0.42
%71.25

CMYK Percentages of Color #4401ab

%60
%99
%0
%33

Triadic Colors of #4401ab

#4401ab #ab4401 #01ab44

Analogous Colors of #4401ab

#4401ab #9901ab #0113ab

Monochromatic Colors of #4401ab

#4401ab

Complementary Color

#4401ab #68ab01

#4401ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4401ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4401ab Color CSS Codes

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

#4401ab Text Font Color

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

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


#4401ab Background Color

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

This div background color is #4401ab


#4401ab Border Color

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

This div border color is #4401ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4401ab


Comments

No comments written yet.

Please login to write comment.