Color Hex Logo

#738aba Color Hex

#738ABA
(115,138,186)
0 Favorites   0 Comments

Color spaces of #738aba

RGB 115138186
HSL0.610.340.59
HSV221°38°73°
CMYK 0.380.260.00   0.27
XYZ25.021625.367050.0319
Yxy25.36700.24920.2526
Hunter Lab50.36570.5387-23.6411
CIE-Lab57.43133.9374-27.7274

#738aba color RGB value is (115,138,186).

#738aba hex color red value is 115, green value is 138 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #738aba hue: 0.61 , saturation: 0.34 and the lightness value of 738aba is 0.59.

The process color (four color CMYK) of #738aba color hex is 0.38, 0.26, 0.00, 0.27. Web safe color of #738aba is #6699cc. Color #738aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001010 10111010
Octal 163 212 272
Decimal 115 138 186
Hex 73 8A BA

RGB Percentages of Color #738aba

%26.20
%31.44
%42.37

CMYK Percentages of Color #738aba

%38
%26
%0
%27

Triadic Colors of #738aba

#738aba #ba738a #8aba73

Analogous Colors of #738aba

#738aba #8073ba #73aeba

Monochromatic Colors of #738aba

#738aba

Complementary Color

#738aba #baa373

#738aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#738aba Color CSS Codes

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

#738aba Text Font Color

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

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


#738aba Background Color

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

This div background color is #738aba


#738aba Border Color

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

This div border color is #738aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738aba


Comments

No comments written yet.

Please login to write comment.