Color Hex Logo

#744aad Color Hex

#744AAD
(116,74,173)
0 Favorites   0 Comments

Color spaces of #744aad

RGB 11674173
HSL0.740.400.48
HSV265°57°68°
CMYK 0.330.570.00   0.32
XYZ17.194111.627740.8733
Yxy11.62770.24670.1668
Hunter Lab34.099430.3319-47.1984
CIE-Lab40.618238.7372-46.6570

#744aad color RGB value is (116,74,173).

#744aad hex color red value is 116, green value is 74 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #744aad hue: 0.74 , saturation: 0.40 and the lightness value of 744aad is 0.48.

The process color (four color CMYK) of #744aad color hex is 0.33, 0.57, 0.00, 0.32. Web safe color of #744aad is #663399. Color #744aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001010 10101101
Octal 164 112 255
Decimal 116 74 173
Hex 74 4A AD

RGB Percentages of Color #744aad

%31.96
%20.39
%47.66

CMYK Percentages of Color #744aad

%33
%57
%0
%32

Triadic Colors of #744aad

#744aad #ad744a #4aad74

Analogous Colors of #744aad

#744aad #a64aad #4a51ad

Monochromatic Colors of #744aad

#744aad

Complementary Color

#744aad #83ad4a

#744aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#744aad Color CSS Codes

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

#744aad Text Font Color

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

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


#744aad Background Color

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

This div background color is #744aad


#744aad Border Color

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

This div border color is #744aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,74,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #744aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #744aad;
  -webkit-box-shadow: 1px 1px 3px 2px #744aad;
  box-shadow:         1px 1px 3px 2px #744aad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,74,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 #744aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744aad


Comments

No comments written yet.

Please login to write comment.