Color Hex Logo

#746cbb Color Hex

#746CBB
(116,108,187)
0 Favorites   0 Comments

Color spaces of #746cbb

RGB 116108187
HSL0.680.370.58
HSV246°42°73°
CMYK 0.380.420.00   0.27
XYZ21.534718.026049.3581
Yxy18.02600.24220.2027
Hunter Lab42.457016.2374-39.2072
CIE-Lab49.527622.3687-40.6584

#746cbb color RGB value is (116,108,187).

#746cbb hex color red value is 116, green value is 108 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #746cbb hue: 0.68 , saturation: 0.37 and the lightness value of 746cbb is 0.58.

The process color (four color CMYK) of #746cbb color hex is 0.38, 0.42, 0.00, 0.27. Web safe color of #746cbb is #6666cc. Color #746cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101100 10111011
Octal 164 154 273
Decimal 116 108 187
Hex 74 6C BB

RGB Percentages of Color #746cbb

%28.22
%26.28
%45.50

CMYK Percentages of Color #746cbb

%38
%42
%0
%27

Triadic Colors of #746cbb

#746cbb #bb746c #6cbb74

Analogous Colors of #746cbb

#746cbb #9c6cbb #6c8cbb

Monochromatic Colors of #746cbb

#746cbb

Complementary Color

#746cbb #b3bb6c

#746cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#746cbb Color CSS Codes

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

#746cbb Text Font Color

<p style="color:#746cbb">Text here</p>

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


#746cbb Background Color

<div style="background-color:#746cbb">
Div content here</div>

This div background color is #746cbb


#746cbb Border Color

<div style="border:3px solid #746cbb">
Div here</div>

This div border color is #746cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,108,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #746cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #746cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #746cbb;
  box-shadow:         1px 1px 3px 2px #746cbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746cbb


Comments

No comments written yet.

Please login to write comment.