Color Hex Logo

#738baf Color Hex

#738BAF
(115,139,175)
0 Favorites   0 Comments

Color spaces of #738baf

RGB 115139175
HSL0.600.270.57
HSV216°34°69°
CMYK 0.340.210.00   0.31
XYZ24.040725.205244.1555
Yxy25.20520.25740.2699
Hunter Lab50.2048-2.3831-17.0027
CIE-Lab57.27480.3683-21.7016

#738baf color RGB value is (115,139,175).

#738baf hex color red value is 115, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #738baf hue: 0.60 , saturation: 0.27 and the lightness value of 738baf is 0.57.

The process color (four color CMYK) of #738baf color hex is 0.34, 0.21, 0.00, 0.31. Web safe color of #738baf is #669999. Color #738baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001011 10101111
Octal 163 213 257
Decimal 115 139 175
Hex 73 8B AF

RGB Percentages of Color #738baf

%26.81
%32.40
%40.79

CMYK Percentages of Color #738baf

%34
%21
%0
%31

Triadic Colors of #738baf

#738baf #af738b #8baf73

Analogous Colors of #738baf

#738baf #7973af #73a9af

Monochromatic Colors of #738baf

#738baf

Complementary Color

#738baf #af9773

#738baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#738baf Color CSS Codes

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

#738baf Text Font Color

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

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


#738baf Background Color

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

This div background color is #738baf


#738baf Border Color

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

This div border color is #738baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738baf


Comments

No comments written yet.

Please login to write comment.