Color Hex Logo

#737695 Color Hex

#737695
(115,118,149)
0 Favorites   0 Comments

Color spaces of #737695

RGB 115118149
HSL0.650.140.52
HSV235°23°58°
CMYK 0.230.210.00   0.42
XYZ18.973518.771631.0570
Yxy18.77160.27580.2728
Hunter Lab43.32622.3482-12.1718
CIE-Lab50.41895.9292-17.1373

#737695 color RGB value is (115,118,149).

#737695 hex color red value is 115, green value is 118 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #737695 hue: 0.65 , saturation: 0.14 and the lightness value of 737695 is 0.52.

The process color (four color CMYK) of #737695 color hex is 0.23, 0.21, 0.00, 0.42. Web safe color of #737695 is #666699. Color #737695 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110110 10010101
Octal 163 166 225
Decimal 115 118 149
Hex 73 76 95

RGB Percentages of Color #737695

%30.10
%30.89
%39.01

CMYK Percentages of Color #737695

%23
%21
%0
%42

Triadic Colors of #737695

#737695 #957376 #769573

Analogous Colors of #737695

#737695 #817395 #738795

Monochromatic Colors of #737695

#737695

Complementary Color

#737695 #959273

#737695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#737695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#737695 Color CSS Codes

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

#737695 Text Font Color

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

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


#737695 Background Color

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

This div background color is #737695


#737695 Border Color

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

This div border color is #737695


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,118,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #737695; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #737695;
  -webkit-box-shadow: 1px 1px 3px 2px #737695;
  box-shadow:         1px 1px 3px 2px #737695; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #737695


Comments

No comments written yet.

Please login to write comment.