Color Hex Logo

#738bdb Color Hex

#738BDB
(115,139,219)
0 Favorites   0 Comments

Color spaces of #738bdb

RGB 115139219
HSL0.630.590.65
HSV226°47°86°
CMYK 0.470.370.00   0.14
XYZ29.089027.224570.7395
Yxy27.22450.22900.2143
Hunter Lab52.17718.2047-43.8589
CIE-Lab59.181612.8926-43.5963

#738bdb color RGB value is (115,139,219).

#738bdb hex color red value is 115, green value is 139 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #738bdb hue: 0.63 , saturation: 0.59 and the lightness value of 738bdb is 0.65.

The process color (four color CMYK) of #738bdb color hex is 0.47, 0.37, 0.00, 0.14. Web safe color of #738bdb is #6699cc. Color #738bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001011 11011011
Octal 163 213 333
Decimal 115 139 219
Hex 73 8B DB

RGB Percentages of Color #738bdb

%24.31
%29.39
%46.30

CMYK Percentages of Color #738bdb

%47
%37
%0
%14

Triadic Colors of #738bdb

#738bdb #db738b #8bdb73

Analogous Colors of #738bdb

#738bdb #8f73db #73bfdb

Monochromatic Colors of #738bdb

#738bdb

Complementary Color

#738bdb #dbc373

#738bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#738bdb Color CSS Codes

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

#738bdb Text Font Color

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

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


#738bdb Background Color

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

This div background color is #738bdb


#738bdb Border Color

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

This div border color is #738bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738bdb


Comments

No comments written yet.

Please login to write comment.