Color Hex Logo

#738bbd Color Hex

#738BBD
(115,139,189)
0 Favorites   0 Comments

Color spaces of #738bbd

RGB 115139189
HSL0.610.360.60
HSV221°39°74°
CMYK 0.390.260.00   0.26
XYZ25.488225.784251.7776
Yxy25.78420.24730.2502
Hunter Lab50.77810.7367-24.9123
CIE-Lab57.83164.1912-28.8116

#738bbd color RGB value is (115,139,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001011 10111101
Octal 163 213 275
Decimal 115 139 189
Hex 73 8B BD

RGB Percentages of Color #738bbd

%25.96
%31.38
%42.66

CMYK Percentages of Color #738bbd

%39
%26
%0
%26

Triadic Colors of #738bbd

#738bbd #bd738b #8bbd73

Analogous Colors of #738bbd

#738bbd #8073bd #73b0bd

Monochromatic Colors of #738bbd

#738bbd

Complementary Color

#738bbd #bda573

#738bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#738bbd Color CSS Codes

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

#738bbd Text Font Color

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

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


#738bbd Background Color

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

This div background color is #738bbd


#738bbd Border Color

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

This div border color is #738bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738bbd


Comments

No comments written yet.

Please login to write comment.