Color Hex Logo

#745cab Color Hex

#745CAB
(116,92,171)
0 Favorites   0 Comments

Color spaces of #745cab

RGB 11692171
HSL0.720.320.52
HSV258°46°67°
CMYK 0.320.460.00   0.33
XYZ18.380314.307640.3210
Yxy14.30760.25180.1960
Hunter Lab37.825420.5432-36.7240
CIE-Lab44.670927.6275-39.0169

#745cab color RGB value is (116,92,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011100 10101011
Octal 164 134 253
Decimal 116 92 171
Hex 74 5C AB

RGB Percentages of Color #745cab

%30.61
%24.27
%45.12

CMYK Percentages of Color #745cab

%32
%46
%0
%33

Triadic Colors of #745cab

#745cab #ab745c #5cab74

Analogous Colors of #745cab

#745cab #9c5cab #5c6cab

Monochromatic Colors of #745cab

#745cab

Complementary Color

#745cab #93ab5c

#745cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#745cab Color CSS Codes

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

#745cab Text Font Color

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

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


#745cab Background Color

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

This div background color is #745cab


#745cab Border Color

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

This div border color is #745cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745cab


Comments

No comments written yet.

Please login to write comment.