Color Hex Logo

#738796 Color Hex

#738796
(115,135,150)
0 Favorites   0 Comments

Color spaces of #738796

RGB 115135150
HSL0.570.140.52
HSV206°23°59°
CMYK 0.230.100.00   0.41
XYZ21.239223.174832.2079
Yxy23.17480.27720.3025
Hunter Lab48.1402-5.4921-5.9694
CIE-Lab55.2519-3.7057-10.4111

#738796 color RGB value is (115,135,150).

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

The process color (four color CMYK) of #738796 color hex is 0.23, 0.10, 0.00, 0.41. Web safe color of #738796 is #669999. Color #738796 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000111 10010110
Octal 163 207 226
Decimal 115 135 150
Hex 73 87 96

RGB Percentages of Color #738796

%28.75
%33.75
%37.50

CMYK Percentages of Color #738796

%23
%10
%0
%41

Triadic Colors of #738796

#738796 #967387 #879673

Analogous Colors of #738796

#738796 #737696 #739694

Monochromatic Colors of #738796

#738796

Complementary Color

#738796 #968273

#738796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#738796 Color CSS Codes

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

#738796 Text Font Color

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

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


#738796 Background Color

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

This div background color is #738796


#738796 Border Color

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

This div border color is #738796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738796


Comments

No comments written yet.

Please login to write comment.