Color Hex Logo

#748fbb Color Hex

#748FBB
(116,143,187)
0 Favorites   0 Comments

Color spaces of #748fbb

RGB 116143187
HSL0.600.340.59
HSV217°38°73°
CMYK 0.380.240.00   0.27
XYZ25.994626.945850.8447
Yxy26.94580.25050.2596
Hunter Lab51.9093-1.4541-21.7374
CIE-Lab58.92411.6036-25.9848

#748fbb color RGB value is (116,143,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001111 10111011
Octal 164 217 273
Decimal 116 143 187
Hex 74 8F BB

RGB Percentages of Color #748fbb

%26.01
%32.06
%41.93

CMYK Percentages of Color #748fbb

%38
%24
%0
%27

Triadic Colors of #748fbb

#748fbb #bb748f #8fbb74

Analogous Colors of #748fbb

#748fbb #7d74bb #74b3bb

Monochromatic Colors of #748fbb

#748fbb

Complementary Color

#748fbb #bba074

#748fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#748fbb Color CSS Codes

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

#748fbb Text Font Color

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

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


#748fbb Background Color

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

This div background color is #748fbb


#748fbb Border Color

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

This div border color is #748fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748fbb


Comments

No comments written yet.

Please login to write comment.