Color Hex Logo

#748baf Color Hex

#748BAF
(116,139,175)
0 Favorites   0 Comments

Color spaces of #748baf

RGB 116139175
HSL0.600.270.57
HSV217°34°69°
CMYK 0.340.210.00   0.31
XYZ24.172925.273444.1616
Yxy25.27340.25820.2700
Hunter Lab50.2727-2.1479-16.8920
CIE-Lab57.34080.6623-21.5945

#748baf color RGB value is (116,139,175).

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

The process color (four color CMYK) of #748baf color hex is 0.34, 0.21, 0.00, 0.31. Web safe color of #748baf is #669999. Color #748baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001011 10101111
Octal 164 213 257
Decimal 116 139 175
Hex 74 8B AF

RGB Percentages of Color #748baf

%26.98
%32.33
%40.70

CMYK Percentages of Color #748baf

%34
%21
%0
%31

Triadic Colors of #748baf

#748baf #af748b #8baf74

Analogous Colors of #748baf

#748baf #7b74af #74a9af

Monochromatic Colors of #748baf

#748baf

Complementary Color

#748baf #af9874

#748baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#748baf Color CSS Codes

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

#748baf Text Font Color

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

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


#748baf Background Color

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

This div background color is #748baf


#748baf Border Color

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

This div border color is #748baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748baf


Comments

No comments written yet.

Please login to write comment.