Color Hex Logo

#738dbc Color Hex

#738DBC
(115,141,188)
0 Favorites   0 Comments

Color spaces of #738dbc

RGB 115141188
HSL0.610.350.59
HSV219°39°74°
CMYK 0.390.250.00   0.26
XYZ25.672226.325451.3052
Yxy26.32540.24850.2548
Hunter Lab51.3083-0.4767-23.3706
CIE-Lab58.34462.7541-27.4509

#738dbc color RGB value is (115,141,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001101 10111100
Octal 163 215 274
Decimal 115 141 188
Hex 73 8D BC

RGB Percentages of Color #738dbc

%25.90
%31.76
%42.34

CMYK Percentages of Color #738dbc

%39
%25
%0
%26

Triadic Colors of #738dbc

#738dbc #bc738d #8dbc73

Analogous Colors of #738dbc

#738dbc #7e73bc #73b2bc

Monochromatic Colors of #738dbc

#738dbc

Complementary Color

#738dbc #bca273

#738dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#738dbc Color CSS Codes

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

#738dbc Text Font Color

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

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


#738dbc Background Color

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

This div background color is #738dbc


#738dbc Border Color

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

This div border color is #738dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738dbc


Comments

No comments written yet.

Please login to write comment.