Color Hex Logo

#744eae Color Hex

#744EAE
(116,78,174)
0 Favorites   0 Comments

Color spaces of #744eae

RGB 11678174
HSL0.730.380.49
HSV264°55°68°
CMYK 0.330.550.00   0.32
XYZ17.566812.217841.4768
Yxy12.21780.24650.1715
Hunter Lab34.954028.5392-45.8864
CIE-Lab41.560236.7054-45.7395

#744eae color RGB value is (116,78,174).

#744eae hex color red value is 116, green value is 78 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #744eae hue: 0.73 , saturation: 0.38 and the lightness value of 744eae is 0.49.

The process color (four color CMYK) of #744eae color hex is 0.33, 0.55, 0.00, 0.32. Web safe color of #744eae is #666699. Color #744eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001110 10101110
Octal 164 116 256
Decimal 116 78 174
Hex 74 4E AE

RGB Percentages of Color #744eae

%31.52
%21.20
%47.28

CMYK Percentages of Color #744eae

%33
%55
%0
%32

Triadic Colors of #744eae

#744eae #ae744e #4eae74

Analogous Colors of #744eae

#744eae #a44eae #4e58ae

Monochromatic Colors of #744eae

#744eae

Complementary Color

#744eae #88ae4e

#744eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#744eae Color CSS Codes

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

#744eae Text Font Color

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

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


#744eae Background Color

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

This div background color is #744eae


#744eae Border Color

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

This div border color is #744eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744eae


Comments

No comments written yet.

Please login to write comment.