Color Hex Logo

#737fbd Color Hex

#737FBD
(115,127,189)
0 Favorites   0 Comments

Color spaces of #737fbd

RGB 115127189
HSL0.640.360.60
HSV230°39°74°
CMYK 0.390.330.00   0.26
XYZ23.844922.497751.2298
Yxy22.49770.24440.2306
Hunter Lab47.43176.7300-30.8354
CIE-Lab54.551111.2475-33.9152

#737fbd color RGB value is (115,127,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01111111 10111101
Octal 163 177 275
Decimal 115 127 189
Hex 73 7F BD

RGB Percentages of Color #737fbd

%26.68
%29.47
%43.85

CMYK Percentages of Color #737fbd

%39
%33
%0
%26

Triadic Colors of #737fbd

#737fbd #bd737f #7fbd73

Analogous Colors of #737fbd

#737fbd #8c73bd #73a4bd

Monochromatic Colors of #737fbd

#737fbd

Complementary Color

#737fbd #bdb173

#737fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#737fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#737fbd Color CSS Codes

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

#737fbd Text Font Color

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

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


#737fbd Background Color

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

This div background color is #737fbd


#737fbd Border Color

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

This div border color is #737fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #737fbd


Comments

No comments written yet.

Please login to write comment.