Color Hex Logo

#738eaa Color Hex

#738EAA
(115,142,170)
0 Favorites   0 Comments

Color spaces of #738eaa

RGB 115142170
HSL0.580.240.56
HSV211°32°67°
CMYK 0.320.160.00   0.33
XYZ23.998925.893141.7632
Yxy25.89310.26180.2825
Hunter Lab50.8853-4.8637-13.0416
CIE-Lab57.9354-2.6626-17.8392

#738eaa color RGB value is (115,142,170).

#738eaa hex color red value is 115, green value is 142 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #738eaa hue: 0.58 , saturation: 0.24 and the lightness value of 738eaa is 0.56.

The process color (four color CMYK) of #738eaa color hex is 0.32, 0.16, 0.00, 0.33. Web safe color of #738eaa is #669999. Color #738eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001110 10101010
Octal 163 216 252
Decimal 115 142 170
Hex 73 8E AA

RGB Percentages of Color #738eaa

%26.93
%33.26
%39.81

CMYK Percentages of Color #738eaa

%32
%16
%0
%33

Triadic Colors of #738eaa

#738eaa #aa738e #8eaa73

Analogous Colors of #738eaa

#738eaa #7473aa #73aaaa

Monochromatic Colors of #738eaa

#738eaa

Complementary Color

#738eaa #aa8f73

#738eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#738eaa Color CSS Codes

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

#738eaa Text Font Color

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

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


#738eaa Background Color

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

This div background color is #738eaa


#738eaa Border Color

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

This div border color is #738eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,142,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #738eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #738eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #738eaa;
  box-shadow:         1px 1px 3px 2px #738eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738eaa


Comments

No comments written yet.

Please login to write comment.