Color Hex Logo

#748cba Color Hex

#748CBA
(116,140,186)
0 Favorites   0 Comments

Color spaces of #748cba

RGB 116140186
HSL0.610.340.59
HSV219°38°73°
CMYK 0.380.250.00   0.27
XYZ25.443526.014350.1346
Yxy26.01430.25040.2561
Hunter Lab51.0042-0.2125-22.5762
CIE-Lab58.05063.0588-26.7651

#748cba color RGB value is (116,140,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001100 10111010
Octal 164 214 272
Decimal 116 140 186
Hex 74 8C BA

RGB Percentages of Color #748cba

%26.24
%31.67
%42.08

CMYK Percentages of Color #748cba

%38
%25
%0
%27

Triadic Colors of #748cba

#748cba #ba748c #8cba74

Analogous Colors of #748cba

#748cba #7f74ba #74afba

Monochromatic Colors of #748cba

#748cba

Complementary Color

#748cba #baa274

#748cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#748cba Color CSS Codes

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

#748cba Text Font Color

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

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


#748cba Background Color

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

This div background color is #748cba


#748cba Border Color

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

This div border color is #748cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748cba


Comments

No comments written yet.

Please login to write comment.