Color Hex Logo

#744eab Color Hex

#744EAB
(116,78,171)
0 Favorites   0 Comments

Color spaces of #744eab

RGB 11678171
HSL0.730.370.49
HSV265°54°67°
CMYK 0.320.540.00   0.33
XYZ17.277512.102139.9534
Yxy12.10210.24920.1746
Hunter Lab34.788127.7729-43.7417
CIE-Lab41.377935.9189-44.2565

#744eab color RGB value is (116,78,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001110 10101011
Octal 164 116 253
Decimal 116 78 171
Hex 74 4E AB

RGB Percentages of Color #744eab

%31.78
%21.37
%46.85

CMYK Percentages of Color #744eab

%32
%54
%0
%33

Triadic Colors of #744eab

#744eab #ab744e #4eab74

Analogous Colors of #744eab

#744eab #a34eab #4e57ab

Monochromatic Colors of #744eab

#744eab

Complementary Color

#744eab #85ab4e

#744eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#744eab Color CSS Codes

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

#744eab Text Font Color

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

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


#744eab Background Color

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

This div background color is #744eab


#744eab Border Color

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

This div border color is #744eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744eab


Comments

No comments written yet.

Please login to write comment.