Color Hex Logo

#738bad Color Hex

#738BAD
(115,139,173)
0 Favorites   0 Comments

Color spaces of #738bad

RGB 115139173
HSL0.600.260.56
HSV215°34°68°
CMYK 0.340.200.00   0.32
XYZ23.845725.127243.1284
Yxy25.12720.25890.2728
Hunter Lab50.1270-2.8089-15.9231
CIE-Lab57.1991-0.1628-20.6752

#738bad color RGB value is (115,139,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001011 10101101
Octal 163 213 255
Decimal 115 139 173
Hex 73 8B AD

RGB Percentages of Color #738bad

%26.93
%32.55
%40.52

CMYK Percentages of Color #738bad

%34
%20
%0
%32

Triadic Colors of #738bad

#738bad #ad738b #8bad73

Analogous Colors of #738bad

#738bad #7873ad #73a8ad

Monochromatic Colors of #738bad

#738bad

Complementary Color

#738bad #ad9573

#738bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#738bad Color CSS Codes

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

#738bad Text Font Color

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

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


#738bad Background Color

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

This div background color is #738bad


#738bad Border Color

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

This div border color is #738bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738bad


Comments

No comments written yet.

Please login to write comment.