Color Hex Logo

#747dbb Color Hex

#747DBB
(116,125,187)
0 Favorites   0 Comments

Color spaces of #747dbb

RGB 116125187
HSL0.650.340.59
HSV232°38°73°
CMYK 0.380.330.00   0.27
XYZ23.505721.968150.0151
Yxy21.96810.24620.2301
Hunter Lab46.87017.4962-30.4592
CIE-Lab53.993112.1502-33.6380

#747dbb color RGB value is (116,125,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111101 10111011
Octal 164 175 273
Decimal 116 125 187
Hex 74 7D BB

RGB Percentages of Color #747dbb

%27.10
%29.21
%43.69

CMYK Percentages of Color #747dbb

%38
%33
%0
%27

Triadic Colors of #747dbb

#747dbb #bb747d #7dbb74

Analogous Colors of #747dbb

#747dbb #8f74bb #74a1bb

Monochromatic Colors of #747dbb

#747dbb

Complementary Color

#747dbb #bbb274

#747dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#747dbb Color CSS Codes

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

#747dbb Text Font Color

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

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


#747dbb Background Color

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

This div background color is #747dbb


#747dbb Border Color

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

This div border color is #747dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747dbb


Comments

No comments written yet.

Please login to write comment.