Color Hex Logo

#738cad Color Hex

#738CAD
(115,140,173)
0 Favorites   0 Comments

Color spaces of #738cad

RGB 115140173
HSL0.590.260.56
HSV214°34°68°
CMYK 0.340.190.00   0.32
XYZ23.991125.418143.1769
Yxy25.41810.25910.2745
Hunter Lab50.4164-3.2877-15.4849
CIE-Lab57.4805-0.7361-20.2450

#738cad color RGB value is (115,140,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001100 10101101
Octal 163 214 255
Decimal 115 140 173
Hex 73 8C AD

RGB Percentages of Color #738cad

%26.87
%32.71
%40.42

CMYK Percentages of Color #738cad

%34
%19
%0
%32

Triadic Colors of #738cad

#738cad #ad738c #8cad73

Analogous Colors of #738cad

#738cad #7773ad #73a9ad

Monochromatic Colors of #738cad

#738cad

Complementary Color

#738cad #ad9473

#738cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#738cad Color CSS Codes

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

#738cad Text Font Color

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

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


#738cad Background Color

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

This div background color is #738cad


#738cad Border Color

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

This div border color is #738cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,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 #738cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738cad


Comments

No comments written yet.

Please login to write comment.