Color Hex Logo

#738bbc Color Hex

#738BBC
(115,139,188)
0 Favorites   0 Comments

Color spaces of #738bbc

RGB 115139188
HSL0.610.350.59
HSV220°39°74°
CMYK 0.390.260.00   0.26
XYZ25.380025.740951.2078
Yxy25.74090.24800.2516
Hunter Lab50.73550.5060-24.3271
CIE-Lab57.79033.9126-28.3082

#738bbc color RGB value is (115,139,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001011 10111100
Octal 163 213 274
Decimal 115 139 188
Hex 73 8B BC

RGB Percentages of Color #738bbc

%26.02
%31.45
%42.53

CMYK Percentages of Color #738bbc

%39
%26
%0
%26

Triadic Colors of #738bbc

#738bbc #bc738b #8bbc73

Analogous Colors of #738bbc

#738bbc #8073bc #73b0bc

Monochromatic Colors of #738bbc

#738bbc

Complementary Color

#738bbc #bca473

#738bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#738bbc Color CSS Codes

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

#738bbc Text Font Color

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

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


#738bbc Background Color

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

This div background color is #738bbc


#738bbc Border Color

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

This div border color is #738bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738bbc


Comments

No comments written yet.

Please login to write comment.