Color Hex Logo

#738dbd Color Hex

#738DBD
(115,141,189)
0 Favorites   0 Comments

Color spaces of #738dbd

RGB 115141189
HSL0.610.360.60
HSV219°39°74°
CMYK 0.390.250.00   0.26
XYZ25.780426.368751.8750
Yxy26.36870.24780.2535
Hunter Lab51.3505-0.2477-23.9503
CIE-Lab58.38543.0319-27.9547

#738dbd color RGB value is (115,141,189).

#738dbd hex color red value is 115, green value is 141 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #738dbd hue: 0.61 , saturation: 0.36 and the lightness value of 738dbd is 0.60.

The process color (four color CMYK) of #738dbd color hex is 0.39, 0.25, 0.00, 0.26. Web safe color of #738dbd is #6699cc. Color #738dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001101 10111101
Octal 163 215 275
Decimal 115 141 189
Hex 73 8D BD

RGB Percentages of Color #738dbd

%25.84
%31.69
%42.47

CMYK Percentages of Color #738dbd

%39
%25
%0
%26

Triadic Colors of #738dbd

#738dbd #bd738d #8dbd73

Analogous Colors of #738dbd

#738dbd #7e73bd #73b2bd

Monochromatic Colors of #738dbd

#738dbd

Complementary Color

#738dbd #bda373

#738dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#738dbd Color CSS Codes

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

#738dbd Text Font Color

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

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


#738dbd Background Color

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

This div background color is #738dbd


#738dbd Border Color

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

This div border color is #738dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738dbd


Comments

No comments written yet.

Please login to write comment.