Color Hex Logo

#4445ad Color Hex

#4445AD
(68,69,173)
0 Favorites   0 Comments

Color spaces of #4445ad

RGB 6869173
HSL0.670.440.47
HSV239°61°68°
CMYK 0.610.600.00   0.32
XYZ12.05488.502340.5409
Yxy8.50230.19730.1392
Hunter Lab29.158722.7678-62.0230
CIE-Lab35.007831.3527-55.9379

#4445ad color RGB value is (68,69,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01000101 10101101
Octal 104 105 255
Decimal 68 69 173
Hex 44 45 AD

RGB Percentages of Color #4445ad

%21.94
%22.26
%55.81

CMYK Percentages of Color #4445ad

%61
%60
%0
%32

Triadic Colors of #4445ad

#4445ad #ad4445 #45ad44

Analogous Colors of #4445ad

#4445ad #7844ad #447aad

Monochromatic Colors of #4445ad

#4445ad

Complementary Color

#4445ad #adac44

#4445ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4445ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4445ad Color CSS Codes

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

#4445ad Text Font Color

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

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


#4445ad Background Color

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

This div background color is #4445ad


#4445ad Border Color

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

This div border color is #4445ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4445ad


Comments

No comments written yet.

Please login to write comment.