Color Hex Logo

#744fae Color Hex

#744FAE
(116,79,174)
0 Favorites   0 Comments

Color spaces of #744fae

RGB 11679174
HSL0.730.380.50
HSV263°55°68°
CMYK 0.330.550.00   0.32
XYZ17.638412.361041.5007
Yxy12.36100.24670.1729
Hunter Lab35.158228.0242-45.3751
CIE-Lab41.784236.1262-45.3811

#744fae color RGB value is (116,79,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001111 10101110
Octal 164 117 256
Decimal 116 79 174
Hex 74 4F AE

RGB Percentages of Color #744fae

%31.44
%21.41
%47.15

CMYK Percentages of Color #744fae

%33
%55
%0
%32

Triadic Colors of #744fae

#744fae #ae744f #4fae74

Analogous Colors of #744fae

#744fae #a44fae #4f5aae

Monochromatic Colors of #744fae

#744fae

Complementary Color

#744fae #89ae4f

#744fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#744fae Color CSS Codes

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

#744fae Text Font Color

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

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


#744fae Background Color

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

This div background color is #744fae


#744fae Border Color

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

This div border color is #744fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744fae


Comments

No comments written yet.

Please login to write comment.