Color Hex Logo

#748aab Color Hex

#748AAB
(116,138,171)
0 Favorites   0 Comments

Color spaces of #748aab

RGB 116138171
HSL0.600.250.56
HSV216°32°67°
CMYK 0.320.190.00   0.33
XYZ23.641624.830242.0747
Yxy24.83020.26110.2742
Hunter Lab49.8299-2.5137-15.1815
CIE-Lab56.90960.1829-19.9683

#748aab color RGB value is (116,138,171).

#748aab hex color red value is 116, green value is 138 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #748aab hue: 0.60 , saturation: 0.25 and the lightness value of 748aab is 0.56.

The process color (four color CMYK) of #748aab color hex is 0.32, 0.19, 0.00, 0.33. Web safe color of #748aab is #669999. Color #748aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001010 10101011
Octal 164 212 253
Decimal 116 138 171
Hex 74 8A AB

RGB Percentages of Color #748aab

%27.29
%32.47
%40.24

CMYK Percentages of Color #748aab

%32
%19
%0
%33

Triadic Colors of #748aab

#748aab #ab748a #8aab74

Analogous Colors of #748aab

#748aab #7a74ab #74a6ab

Monochromatic Colors of #748aab

#748aab

Complementary Color

#748aab #ab9574

#748aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#748aab Color CSS Codes

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

#748aab Text Font Color

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

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


#748aab Background Color

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

This div background color is #748aab


#748aab Border Color

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

This div border color is #748aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748aab


Comments

No comments written yet.

Please login to write comment.