Color Hex Logo

#746dbb Color Hex

#746DBB
(116,109,187)
0 Favorites   0 Comments

Color spaces of #746dbb

RGB 116109187
HSL0.680.360.58
HSV245°42°73°
CMYK 0.380.420.00   0.27
XYZ21.640718.238149.3934
Yxy18.23810.24240.2043
Hunter Lab42.706115.7167-38.6799
CIE-Lab49.783621.7645-40.2537

#746dbb color RGB value is (116,109,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101101 10111011
Octal 164 155 273
Decimal 116 109 187
Hex 74 6D BB

RGB Percentages of Color #746dbb

%28.16
%26.46
%45.39

CMYK Percentages of Color #746dbb

%38
%42
%0
%27

Triadic Colors of #746dbb

#746dbb #bb746d #6dbb74

Analogous Colors of #746dbb

#746dbb #9b6dbb #6d8dbb

Monochromatic Colors of #746dbb

#746dbb

Complementary Color

#746dbb #b4bb6d

#746dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#746dbb Color CSS Codes

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

#746dbb Text Font Color

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

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


#746dbb Background Color

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

This div background color is #746dbb


#746dbb Border Color

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

This div border color is #746dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746dbb


Comments

No comments written yet.

Please login to write comment.