Color Hex Logo

#749dcc Color Hex

#749DCC
(116,157,204)
0 Favorites   0 Comments

Color spaces of #749dcc

RGB 116157204
HSL0.590.460.63
HSV212°43°80°
CMYK 0.430.230.00   0.20
XYZ30.158532.186661.7498
Yxy32.18660.24300.2594
Hunter Lab56.7332-4.3954-24.8194
CIE-Lab63.4968-1.6277-28.4837

#749dcc color RGB value is (116,157,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011101 11001100
Octal 164 235 314
Decimal 116 157 204
Hex 74 9D CC

RGB Percentages of Color #749dcc

%24.32
%32.91
%42.77

CMYK Percentages of Color #749dcc

%43
%23
%0
%20

Triadic Colors of #749dcc

#749dcc #cc749d #9dcc74

Analogous Colors of #749dcc

#749dcc #7774cc #74c9cc

Monochromatic Colors of #749dcc

#749dcc

Complementary Color

#749dcc #cca374

#749dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#749dcc Color CSS Codes

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

#749dcc Text Font Color

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

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


#749dcc Background Color

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

This div background color is #749dcc


#749dcc Border Color

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

This div border color is #749dcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,157,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749dcc


Comments

No comments written yet.

Please login to write comment.