Color Hex Logo

#737bbd Color Hex

#737BBD
(115,123,189)
0 Favorites   0 Comments

Color spaces of #737bbd

RGB 115123189
HSL0.650.360.60
HSV234°39°74°
CMYK 0.390.350.00   0.26
XYZ23.338521.484951.0610
Yxy21.48490.24340.2241
Hunter Lab46.35188.7605-32.8674
CIE-Lab53.476213.6327-35.5976

#737bbd color RGB value is (115,123,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01111011 10111101
Octal 163 173 275
Decimal 115 123 189
Hex 73 7B BD

RGB Percentages of Color #737bbd

%26.93
%28.81
%44.26

CMYK Percentages of Color #737bbd

%39
%35
%0
%26

Triadic Colors of #737bbd

#737bbd #bd737b #7bbd73

Analogous Colors of #737bbd

#737bbd #9073bd #73a0bd

Monochromatic Colors of #737bbd

#737bbd

Complementary Color

#737bbd #bdb573

#737bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#737bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#737bbd Color CSS Codes

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

#737bbd Text Font Color

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

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


#737bbd Background Color

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

This div background color is #737bbd


#737bbd Border Color

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

This div border color is #737bbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,123,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 #737bbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #737bbd


Comments

No comments written yet.

Please login to write comment.