Color Hex Logo

#744aaf Color Hex

#744AAF
(116,74,175)
0 Favorites   0 Comments

Color spaces of #744aaf

RGB 11674175
HSL0.740.410.49
HSV265°58°69°
CMYK 0.340.580.00   0.31
XYZ17.389111.705741.9004
Yxy11.70570.24490.1649
Hunter Lab34.213630.8490-48.6612
CIE-Lab40.744539.2577-47.6378

#744aaf color RGB value is (116,74,175).

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

The process color (four color CMYK) of #744aaf color hex is 0.34, 0.58, 0.00, 0.31. Web safe color of #744aaf is #663399. Color #744aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001010 10101111
Octal 164 112 257
Decimal 116 74 175
Hex 74 4A AF

RGB Percentages of Color #744aaf

%31.78
%20.27
%47.95

CMYK Percentages of Color #744aaf

%34
%58
%0
%31

Triadic Colors of #744aaf

#744aaf #af744a #4aaf74

Analogous Colors of #744aaf

#744aaf #a74aaf #4a52af

Monochromatic Colors of #744aaf

#744aaf

Complementary Color

#744aaf #85af4a

#744aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#744aaf Color CSS Codes

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

#744aaf Text Font Color

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

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


#744aaf Background Color

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

This div background color is #744aaf


#744aaf Border Color

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

This div border color is #744aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,74,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744aaf


Comments

No comments written yet.

Please login to write comment.