Color Hex Logo

#748cad Color Hex

#748CAD
(116,140,173)
0 Favorites   0 Comments

Color spaces of #748cad

RGB 116140173
HSL0.600.260.57
HSV215°33°68°
CMYK 0.330.190.00   0.32
XYZ24.123425.486343.1831
Yxy25.48630.26000.2747
Hunter Lab50.4840-3.0520-15.3769
CIE-Lab57.5462-0.4393-20.1389

#748cad color RGB value is (116,140,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001100 10101101
Octal 164 214 255
Decimal 116 140 173
Hex 74 8C AD

RGB Percentages of Color #748cad

%27.04
%32.63
%40.33

CMYK Percentages of Color #748cad

%33
%19
%0
%32

Triadic Colors of #748cad

#748cad #ad748c #8cad74

Analogous Colors of #748cad

#748cad #7974ad #74a9ad

Monochromatic Colors of #748cad

#748cad

Complementary Color

#748cad #ad9574

#748cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#748cad Color CSS Codes

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

#748cad Text Font Color

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

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


#748cad Background Color

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

This div background color is #748cad


#748cad Border Color

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

This div border color is #748cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748cad


Comments

No comments written yet.

Please login to write comment.