Color Hex Logo

#748bbe Color Hex

#748BBE
(116,139,190)
0 Favorites   0 Comments

Color spaces of #748bbe

RGB 116139190
HSL0.610.360.60
HSV221°39°75°
CMYK 0.390.270.00   0.25
XYZ25.729325.895952.3575
Yxy25.89590.24740.2490
Hunter Lab50.88801.1967-25.3805
CIE-Lab57.93814.7458-29.2087

#748bbe color RGB value is (116,139,190).

#748bbe hex color red value is 116, green value is 139 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #748bbe hue: 0.61 , saturation: 0.36 and the lightness value of 748bbe is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001011 10111110
Octal 164 213 276
Decimal 116 139 190
Hex 74 8B BE

RGB Percentages of Color #748bbe

%26.07
%31.24
%42.70

CMYK Percentages of Color #748bbe

%39
%27
%0
%25

Triadic Colors of #748bbe

#748bbe #be748b #8bbe74

Analogous Colors of #748bbe

#748bbe #8274be #74b0be

Monochromatic Colors of #748bbe

#748bbe

Complementary Color

#748bbe #bea774

#748bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#748bbe Color CSS Codes

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

#748bbe Text Font Color

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

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


#748bbe Background Color

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

This div background color is #748bbe


#748bbe Border Color

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

This div border color is #748bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748bbe


Comments

No comments written yet.

Please login to write comment.