Color Hex Logo

#744aab Color Hex

#744AAB
(116,74,171)
0 Favorites   0 Comments

Color spaces of #744aab

RGB 11674171
HSL0.740.400.48
HSV266°57°67°
CMYK 0.320.570.00   0.33
XYZ17.001911.550839.8615
Yxy11.55080.24850.1688
Hunter Lab33.986529.8192-45.7486
CIE-Lab40.493138.2188-45.6723

#744aab color RGB value is (116,74,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001010 10101011
Octal 164 112 253
Decimal 116 74 171
Hex 74 4A AB

RGB Percentages of Color #744aab

%32.13
%20.50
%47.37

CMYK Percentages of Color #744aab

%32
%57
%0
%33

Triadic Colors of #744aab

#744aab #ab744a #4aab74

Analogous Colors of #744aab

#744aab #a54aab #4a51ab

Monochromatic Colors of #744aab

#744aab

Complementary Color

#744aab #81ab4a

#744aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#744aab Color CSS Codes

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

#744aab Text Font Color

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

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


#744aab Background Color

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

This div background color is #744aab


#744aab Border Color

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

This div border color is #744aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744aab

#744aab Color Palettes


Comments

No comments written yet.

Please login to write comment.