Color Hex Logo

#4440ad Color Hex

#4440AD
(68,64,173)
0 Favorites   0 Comments

Color spaces of #4440ad

RGB 6864173
HSL0.670.460.46
HSV242°63°68°
CMYK 0.610.630.00   0.32
XYZ11.76017.912940.4427
Yxy7.91290.19560.1316
Hunter Lab28.129925.3972-65.5511
CIE-Lab33.800834.4913-57.9027

#4440ad color RGB value is (68,64,173).

#4440ad hex color red value is 68, green value is 64 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4440ad hue: 0.67 , saturation: 0.46 and the lightness value of 4440ad is 0.46.

The process color (four color CMYK) of #4440ad color hex is 0.61, 0.63, 0.00, 0.32. Web safe color of #4440ad is #333399. Color #4440ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01000000 10101101
Octal 104 100 255
Decimal 68 64 173
Hex 44 40 AD

RGB Percentages of Color #4440ad

%22.30
%20.98
%56.72

CMYK Percentages of Color #4440ad

%61
%63
%0
%32

Triadic Colors of #4440ad

#4440ad #ad4440 #40ad44

Analogous Colors of #4440ad

#4440ad #7b40ad #4073ad

Monochromatic Colors of #4440ad

#4440ad

Complementary Color

#4440ad #a9ad40

#4440ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4440ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4440ad Color CSS Codes

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

#4440ad Text Font Color

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

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


#4440ad Background Color

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

This div background color is #4440ad


#4440ad Border Color

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

This div border color is #4440ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4440ad


Comments

No comments written yet.

Please login to write comment.