Color Hex Logo

#745bab Color Hex

#745BAB
(116,91,171)
0 Favorites   0 Comments

Color spaces of #745bab

RGB 11691171
HSL0.720.320.51
HSV259°47°67°
CMYK 0.320.470.00   0.33
XYZ18.294214.135440.2923
Yxy14.13540.25160.1944
Hunter Lab37.597121.0607-37.2224
CIE-Lab44.426528.2287-39.4041

#745bab color RGB value is (116,91,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011011 10101011
Octal 164 133 253
Decimal 116 91 171
Hex 74 5B AB

RGB Percentages of Color #745bab

%30.69
%24.07
%45.24

CMYK Percentages of Color #745bab

%32
%47
%0
%33

Triadic Colors of #745bab

#745bab #ab745b #5bab74

Analogous Colors of #745bab

#745bab #9c5bab #5b6aab

Monochromatic Colors of #745bab

#745bab

Complementary Color

#745bab #92ab5b

#745bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#745bab Color CSS Codes

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

#745bab Text Font Color

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

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


#745bab Background Color

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

This div background color is #745bab


#745bab Border Color

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

This div border color is #745bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745bab


Comments

No comments written yet.

Please login to write comment.