Color Hex Logo

#747fbb Color Hex

#747FBB
(116,127,187)
0 Favorites   0 Comments

Color spaces of #747fbb

RGB 116127187
HSL0.640.340.59
HSV231°38°73°
CMYK 0.380.320.00   0.27
XYZ23.761522.479650.1003
Yxy22.47960.24660.2333
Hunter Lab47.41276.4856-29.4621
CIE-Lab54.532210.9610-32.7961

#747fbb color RGB value is (116,127,187).

#747fbb hex color red value is 116, green value is 127 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #747fbb hue: 0.64 , saturation: 0.34 and the lightness value of 747fbb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111111 10111011
Octal 164 177 273
Decimal 116 127 187
Hex 74 7F BB

RGB Percentages of Color #747fbb

%26.98
%29.53
%43.49

CMYK Percentages of Color #747fbb

%38
%32
%0
%27

Triadic Colors of #747fbb

#747fbb #bb747f #7fbb74

Analogous Colors of #747fbb

#747fbb #8d74bb #74a3bb

Monochromatic Colors of #747fbb

#747fbb

Complementary Color

#747fbb #bbb074

#747fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#747fbb Color CSS Codes

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

#747fbb Text Font Color

<p style="color:#747fbb">Text here</p>

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


#747fbb Background Color

<div style="background-color:#747fbb">
Div content here</div>

This div background color is #747fbb


#747fbb Border Color

<div style="border:3px solid #747fbb">
Div here</div>

This div border color is #747fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747fbb


Comments

No comments written yet.

Please login to write comment.