Color Hex Logo

#749bcb Color Hex

#749BCB
(116,155,203)
0 Favorites   0 Comments

Color spaces of #749bcb

RGB 116155203
HSL0.590.460.63
HSV213°43°80°
CMYK 0.430.240.00   0.20
XYZ29.703331.467561.0082
Yxy31.46750.24310.2576
Hunter Lab56.0959-3.6504-25.2149
CIE-Lab62.9003-0.7811-28.8468

#749bcb color RGB value is (116,155,203).

#749bcb hex color red value is 116, green value is 155 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #749bcb hue: 0.59 , saturation: 0.46 and the lightness value of 749bcb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011011 11001011
Octal 164 233 313
Decimal 116 155 203
Hex 74 9B CB

RGB Percentages of Color #749bcb

%24.47
%32.70
%42.83

CMYK Percentages of Color #749bcb

%43
%24
%0
%20

Triadic Colors of #749bcb

#749bcb #cb749b #9bcb74

Analogous Colors of #749bcb

#749bcb #7974cb #74c7cb

Monochromatic Colors of #749bcb

#749bcb

Complementary Color

#749bcb #cba474

#749bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#749bcb Color CSS Codes

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

#749bcb Text Font Color

<p style="color:#749bcb">Text here</p>

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


#749bcb Background Color

<div style="background-color:#749bcb">
Div content here</div>

This div background color is #749bcb


#749bcb Border Color

<div style="border:3px solid #749bcb">
Div here</div>

This div border color is #749bcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,155,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #749bcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #749bcb;
  -webkit-box-shadow: 1px 1px 3px 2px #749bcb;
  box-shadow:         1px 1px 3px 2px #749bcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,155,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 #749bcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749bcb


Comments

No comments written yet.

Please login to write comment.