Color Hex Logo

#748fba Color Hex

#748FBA
(116,143,186)
0 Favorites   0 Comments

Color spaces of #748fba

RGB 116143186
HSL0.600.340.59
HSV217°38°73°
CMYK 0.380.230.00   0.27
XYZ25.887826.903150.2828
Yxy26.90310.25120.2610
Hunter Lab51.8682-1.6787-21.1700
CIE-Lab58.88451.3292-25.4794

#748fba color RGB value is (116,143,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001111 10111010
Octal 164 217 272
Decimal 116 143 186
Hex 74 8F BA

RGB Percentages of Color #748fba

%26.07
%32.13
%41.80

CMYK Percentages of Color #748fba

%38
%23
%0
%27

Triadic Colors of #748fba

#748fba #ba748f #8fba74

Analogous Colors of #748fba

#748fba #7c74ba #74b2ba

Monochromatic Colors of #748fba

#748fba

Complementary Color

#748fba #ba9f74

#748fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#748fba Color CSS Codes

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

#748fba Text Font Color

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

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


#748fba Background Color

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

This div background color is #748fba


#748fba Border Color

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

This div border color is #748fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748fba


Comments

No comments written yet.

Please login to write comment.