Color Hex Logo

#738bbb Color Hex

#738BBB
(115,139,187)
0 Favorites   0 Comments

Color spaces of #738bbb

RGB 115139187
HSL0.610.350.59
HSV220°39°73°
CMYK 0.390.260.00   0.27
XYZ25.272525.697950.6419
Yxy25.69790.24870.2529
Hunter Lab50.69310.2763-23.7450
CIE-Lab57.74923.6346-27.8040

#738bbb color RGB value is (115,139,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001011 10111011
Octal 163 213 273
Decimal 115 139 187
Hex 73 8B BB

RGB Percentages of Color #738bbb

%26.08
%31.52
%42.40

CMYK Percentages of Color #738bbb

%39
%26
%0
%27

Triadic Colors of #738bbb

#738bbb #bb738b #8bbb73

Analogous Colors of #738bbb

#738bbb #7f73bb #73afbb

Monochromatic Colors of #738bbb

#738bbb

Complementary Color

#738bbb #bba373

#738bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#738bbb Color CSS Codes

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

#738bbb Text Font Color

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

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


#738bbb Background Color

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

This div background color is #738bbb


#738bbb Border Color

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

This div border color is #738bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738bbb


Comments

No comments written yet.

Please login to write comment.