Color Hex Logo

#748bae Color Hex

#748BAE
(116,139,174)
0 Favorites   0 Comments

Color spaces of #748bae

RGB 116139174
HSL0.600.260.57
HSV216°33°68°
CMYK 0.330.200.00   0.32
XYZ24.075125.234243.6462
Yxy25.23420.25900.2715
Hunter Lab50.2337-2.3606-16.3514
CIE-Lab57.30290.3980-21.0818

#748bae color RGB value is (116,139,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001011 10101110
Octal 164 213 256
Decimal 116 139 174
Hex 74 8B AE

RGB Percentages of Color #748bae

%27.04
%32.40
%40.56

CMYK Percentages of Color #748bae

%33
%20
%0
%32

Triadic Colors of #748bae

#748bae #ae748b #8bae74

Analogous Colors of #748bae

#748bae #7a74ae #74a8ae

Monochromatic Colors of #748bae

#748bae

Complementary Color

#748bae #ae9774

#748bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#748bae Color CSS Codes

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

#748bae Text Font Color

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

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


#748bae Background Color

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

This div background color is #748bae


#748bae Border Color

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

This div border color is #748bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748bae


Comments

No comments written yet.

Please login to write comment.