Color Hex Logo

#738ebd Color Hex

#738EBD
(115,142,189)
1 Favorites   0 Comments

Color spaces of #738ebd

RGB 115142189
HSL0.610.360.60
HSV218°39°74°
CMYK 0.390.250.00   0.26
XYZ25.928526.665051.9244
Yxy26.66500.24810.2551
Hunter Lab51.6382-0.7386-23.4719
CIE-Lab58.66302.4540-27.5257

#738ebd color RGB value is (115,142,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001110 10111101
Octal 163 216 275
Decimal 115 142 189
Hex 73 8E BD

RGB Percentages of Color #738ebd

%25.78
%31.84
%42.38

CMYK Percentages of Color #738ebd

%39
%25
%0
%26

Triadic Colors of #738ebd

#738ebd #bd738e #8ebd73

Analogous Colors of #738ebd

#738ebd #7d73bd #73b3bd

Monochromatic Colors of #738ebd

#738ebd

Complementary Color

#738ebd #bda273

#738ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#738ebd Color CSS Codes

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

#738ebd Text Font Color

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

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


#738ebd Background Color

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

This div background color is #738ebd


#738ebd Border Color

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

This div border color is #738ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,142,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 #738ebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738ebd


Comments

No comments written yet.

Please login to write comment.