Color Hex Logo

#745aac Color Hex

#745AAC
(116,90,172)
0 Favorites   0 Comments

Color spaces of #745aac

RGB 11690172
HSL0.720.330.51
HSV259°48°67°
CMYK 0.330.480.00   0.33
XYZ18.305014.003940.7680
Yxy14.00390.25050.1916
Hunter Lab37.421821.8258-38.3964
CIE-Lab44.238529.0957-40.2911

#745aac color RGB value is (116,90,172).

#745aac hex color red value is 116, green value is 90 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #745aac hue: 0.72 , saturation: 0.33 and the lightness value of 745aac is 0.51.

The process color (four color CMYK) of #745aac color hex is 0.33, 0.48, 0.00, 0.33. Web safe color of #745aac is #666699. Color #745aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011010 10101100
Octal 164 132 254
Decimal 116 90 172
Hex 74 5A AC

RGB Percentages of Color #745aac

%30.69
%23.81
%45.50

CMYK Percentages of Color #745aac

%33
%48
%0
%33

Triadic Colors of #745aac

#745aac #ac745a #5aac74

Analogous Colors of #745aac

#745aac #9d5aac #5a69ac

Monochromatic Colors of #745aac

#745aac

Complementary Color

#745aac #92ac5a

#745aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#745aac Color CSS Codes

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

#745aac Text Font Color

<p style="color:#745aac">Text here</p>

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


#745aac Background Color

<div style="background-color:#745aac">
Div content here</div>

This div background color is #745aac


#745aac Border Color

<div style="border:3px solid #745aac">
Div here</div>

This div border color is #745aac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,90,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #745aac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #745aac;
  -webkit-box-shadow: 1px 1px 3px 2px #745aac;
  box-shadow:         1px 1px 3px 2px #745aac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745aac

#745aac Color Palettes


Comments

No comments written yet.

Please login to write comment.