Color Hex Logo

#738acb Color Hex

#738ACB
(115,138,203)
0 Favorites   0 Comments

Color spaces of #738acb

RGB 115138203
HSL0.620.460.62
HSV224°43°80°
CMYK 0.430.320.00   0.20
XYZ26.938226.133660.1244
Yxy26.13360.23800.2309
Hunter Lab51.12104.5987-33.9474
CIE-Lab58.16368.7621-36.2134

#738acb color RGB value is (115,138,203).

#738acb hex color red value is 115, green value is 138 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #738acb hue: 0.62 , saturation: 0.46 and the lightness value of 738acb is 0.62.

The process color (four color CMYK) of #738acb color hex is 0.43, 0.32, 0.00, 0.20. Web safe color of #738acb is #6699cc. Color #738acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001010 11001011
Octal 163 212 313
Decimal 115 138 203
Hex 73 8A CB

RGB Percentages of Color #738acb

%25.22
%30.26
%44.52

CMYK Percentages of Color #738acb

%43
%32
%0
%20

Triadic Colors of #738acb

#738acb #cb738a #8acb73

Analogous Colors of #738acb

#738acb #8873cb #73b6cb

Monochromatic Colors of #738acb

#738acb

Complementary Color

#738acb #cbb473

#738acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#738acb Color CSS Codes

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

#738acb Text Font Color

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

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


#738acb Background Color

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

This div background color is #738acb


#738acb Border Color

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

This div border color is #738acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738acb


Comments

No comments written yet.

Please login to write comment.