Color Hex Logo

#748dae Color Hex

#748DAE
(116,141,174)
0 Favorites   0 Comments

Color spaces of #748dae

RGB 116141174
HSL0.590.260.57
HSV214°33°68°
CMYK 0.330.190.00   0.32
XYZ24.367325.818743.7436
Yxy25.81870.25940.2749
Hunter Lab50.8121-3.3203-15.4737
CIE-Lab57.8646-0.7482-20.2230

#748dae color RGB value is (116,141,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001101 10101110
Octal 164 215 256
Decimal 116 141 174
Hex 74 8D AE

RGB Percentages of Color #748dae

%26.91
%32.71
%40.37

CMYK Percentages of Color #748dae

%33
%19
%0
%32

Triadic Colors of #748dae

#748dae #ae748d #8dae74

Analogous Colors of #748dae

#748dae #7874ae #74aaae

Monochromatic Colors of #748dae

#748dae

Complementary Color

#748dae #ae9574

#748dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#748dae Color CSS Codes

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

#748dae Text Font Color

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

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


#748dae Background Color

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

This div background color is #748dae


#748dae Border Color

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

This div border color is #748dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748dae


Comments

No comments written yet.

Please login to write comment.