Color Hex Logo

#738190 Color Hex

#738190
(115,129,144)
0 Favorites   0 Comments

Color spaces of #738190

RGB 115129144
HSL0.590.120.51
HSV211°20°56°
CMYK 0.200.100.00   0.44
XYZ19.954521.359029.4565
Yxy21.35900.28200.3018
Hunter Lab46.2158-3.8071-5.4385
CIE-Lab53.3402-1.7106-9.7991

#738190 color RGB value is (115,129,144).

#738190 hex color red value is 115, green value is 129 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #738190 hue: 0.59 , saturation: 0.12 and the lightness value of 738190 is 0.51.

The process color (four color CMYK) of #738190 color hex is 0.20, 0.10, 0.00, 0.44. Web safe color of #738190 is #669999. Color #738190 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000001 10010000
Octal 163 201 220
Decimal 115 129 144
Hex 73 81 90

RGB Percentages of Color #738190

%29.64
%33.25
%37.11

CMYK Percentages of Color #738190

%20
%10
%0
%44

Triadic Colors of #738190

#738190 #907381 #819073

Analogous Colors of #738190

#738190 #747390 #739090

Monochromatic Colors of #738190

#738190

Complementary Color

#738190 #908273

#738190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#738190 Color CSS Codes

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

#738190 Text Font Color

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

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


#738190 Background Color

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

This div background color is #738190


#738190 Border Color

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

This div border color is #738190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738190


Comments

No comments written yet.

Please login to write comment.