Color Hex Logo

#745fab Color Hex

#745FAB
(116,95,171)
0 Favorites   0 Comments

Color spaces of #745fab

RGB 11695171
HSL0.710.310.52
HSV257°44°67°
CMYK 0.320.440.00   0.33
XYZ18.645414.837740.4093
Yxy14.83770.25230.2008
Hunter Lab38.519718.9930-35.2346
CIE-Lab45.411125.8204-37.8454

#745fab color RGB value is (116,95,171).

#745fab hex color red value is 116, green value is 95 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #745fab hue: 0.71 , saturation: 0.31 and the lightness value of 745fab is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011111 10101011
Octal 164 137 253
Decimal 116 95 171
Hex 74 5F AB

RGB Percentages of Color #745fab

%30.37
%24.87
%44.76

CMYK Percentages of Color #745fab

%32
%44
%0
%33

Triadic Colors of #745fab

#745fab #ab745f #5fab74

Analogous Colors of #745fab

#745fab #9a5fab #5f70ab

Monochromatic Colors of #745fab

#745fab

Complementary Color

#745fab #96ab5f

#745fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#745fab Color CSS Codes

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

#745fab Text Font Color

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

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


#745fab Background Color

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

This div background color is #745fab


#745fab Border Color

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

This div border color is #745fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745fab


Comments

No comments written yet.

Please login to write comment.