Color Hex Logo

#748bbf Color Hex

#748BBF
(116,139,191)
0 Favorites   0 Comments

Color spaces of #748bbf

RGB 116139191
HSL0.620.370.60
HSV222°39°75°
CMYK 0.390.270.00   0.25
XYZ25.839025.939852.9352
Yxy25.93980.24680.2477
Hunter Lab50.93111.4293-25.9712
CIE-Lab57.97995.0249-29.7109

#748bbf color RGB value is (116,139,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001011 10111111
Octal 164 213 277
Decimal 116 139 191
Hex 74 8B BF

RGB Percentages of Color #748bbf

%26.01
%31.17
%42.83

CMYK Percentages of Color #748bbf

%39
%27
%0
%25

Triadic Colors of #748bbf

#748bbf #bf748b #8bbf74

Analogous Colors of #748bbf

#748bbf #8374bf #74b1bf

Monochromatic Colors of #748bbf

#748bbf

Complementary Color

#748bbf #bfa874

#748bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#748bbf Color CSS Codes

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

#748bbf Text Font Color

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

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


#748bbf Background Color

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

This div background color is #748bbf


#748bbf Border Color

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

This div border color is #748bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748bbf


Comments

No comments written yet.

Please login to write comment.