Color Hex Logo

#738bae Color Hex

#738BAE
(115,139,174)
0 Favorites   0 Comments

Color spaces of #738bae

RGB 115139174
HSL0.600.270.57
HSV216°34°68°
CMYK 0.340.200.00   0.32
XYZ23.942825.166143.6400
Yxy25.16610.25810.2713
Hunter Lab50.1658-2.5969-16.4612
CIE-Lab57.23690.1019-21.1886

#738bae color RGB value is (115,139,174).

#738bae hex color red value is 115, green value is 139 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #738bae hue: 0.60 , saturation: 0.27 and the lightness value of 738bae is 0.57.

The process color (four color CMYK) of #738bae color hex is 0.34, 0.20, 0.00, 0.32. Web safe color of #738bae is #669999. Color #738bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001011 10101110
Octal 163 213 256
Decimal 115 139 174
Hex 73 8B AE

RGB Percentages of Color #738bae

%26.87
%32.48
%40.65

CMYK Percentages of Color #738bae

%34
%20
%0
%32

Triadic Colors of #738bae

#738bae #ae738b #8bae73

Analogous Colors of #738bae

#738bae #7973ae #73a9ae

Monochromatic Colors of #738bae

#738bae

Complementary Color

#738bae #ae9673

#738bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#738bae Color CSS Codes

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

#738bae Text Font Color

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

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


#738bae Background Color

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

This div background color is #738bae


#738bae Border Color

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

This div border color is #738bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738bae


Comments

No comments written yet.

Please login to write comment.